Skip to content

Don't url encode provider config #123

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

Merged
merged 1 commit into from
Jun 26, 2017
Merged

Conversation

tqc
Copy link
Contributor

@tqc tqc commented Jun 19, 2017

URLs are all set up using NSURLQueryItem rather than string concatenation, so parameters were getting encoded twice.

Generally this wasn't a problem because nobody issues tokens containing special characters, but it was broken for scopes like github's user:email or write:public_key

@auser auser merged commit 2bee46a into fullstackreact:master Jun 26, 2017
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.

2 participants