Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug in credentials encoding #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kog18
Copy link

@kog18 kog18 commented Oct 11, 2022

Fixed a bug with encoding of credentials containing special characters

Fixed a bug with encoding of credentials containing special characters
@kog18
Copy link
Author

kog18 commented Oct 11, 2022

The behavior I observed was that when I have an ampersand in my password, the password was getting cut off at the ampersand before submission to the auth authority. This is happening because the credentials are not URI encoded. A simple fix to avoid this problem with special characters in the credentials.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant