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 URL query encoding #78

Merged
merged 2 commits into from Dec 13, 2022
Merged

Fix URL query encoding #78

merged 2 commits into from Dec 13, 2022

Conversation

kszafran
Copy link
Contributor

This pull request addresses #68. I have also encountered + signs instead of spaces in Google Authenticator when using https://github.com/ory/kratos (which uses this library).

It seems to me that copy-pasting the URL-encoding function is the simplest and most robust solution here (instead of trying to do some clever replacing post-encoding). I also fixed some typos in the first commit.

@pquerna pquerna merged commit 87d222c into pquerna:master Dec 13, 2022
@kszafran kszafran deleted the query-encoding branch December 13, 2022 21:23
@kszafran
Copy link
Contributor Author

@pquerna Thank you for the quick review! Are you planning on releasing a new version soon by any chance?

@pquerna pquerna mentioned this pull request Dec 14, 2022
@pquerna
Copy link
Owner

pquerna commented Dec 14, 2022

@kszafran thanks for the PR -- yes, i've tagged v1.4.0 for this.

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.

None yet

3 participants