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 "redirect_uri_mismatch" for URIs with encoded characters #776

Merged
merged 2 commits into from
Dec 22, 2016

Conversation

mathroc
Copy link
Contributor

@mathroc mathroc commented Oct 24, 2016

redirect_uri are not urlencoded before being stored, so if we want to compare the "canonical" (decoded) URIs, we need to decode both

@mathroc mathroc force-pushed the fix/urlencode-redirect-uri branch 2 times, most recently from da5f1a6 to 8a2fbba Compare October 24, 2016 13:23
@mathroc mathroc force-pushed the fix/urlencode-redirect-uri branch from a75f768 to 3fbd50f Compare October 24, 2016 13:27
@bshaffer bshaffer merged commit c1438af into bshaffer:develop Dec 22, 2016
@mathroc mathroc deleted the fix/urlencode-redirect-uri branch January 5, 2017 22:32
@bshaffer bshaffer mentioned this pull request Jan 6, 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