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

fix encoding issue for username and password #184

Merged
merged 5 commits into from
Nov 8, 2022
Merged

fix encoding issue for username and password #184

merged 5 commits into from
Nov 8, 2022

Conversation

jekkel
Copy link
Member

@jekkel jekkel commented May 9, 2022

fixes #183 (#patch)

@jekkel jekkel added the bug Something isn't working label Jul 5, 2022
@jekkel jekkel changed the title Update helpers.py fix encoding issue for username and password Jul 5, 2022
@jekkel jekkel force-pushed the fix-183 branch 5 times, most recently from 43fac8f to c3c1dac Compare July 5, 2022 09:33
fixes #183 (#patch)
The RFC confirms the default encoding is undefined. So we make it configurable so users can match their servers decoding implementation.
@jekkel jekkel force-pushed the fix-183 branch 3 times, most recently from 06e7c64 to 7a4f5e8 Compare November 8, 2022 12:19
@jekkel jekkel merged commit 0140622 into master Nov 8, 2022
@jekkel jekkel deleted the fix-183 branch November 8, 2022 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encode username and password with utf-8 to support special chars
1 participant