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

Add syntax check of get_default_redirect_uri #567

Merged
merged 2 commits into from
Aug 12, 2018
Merged

Conversation

JonathanHuot
Copy link
Member

When get_default_redirect_uri() is called, oauthlib must call is_absolute_uri to test the validity of the uri.

However, Authorization Code was missing this check, whereas Implicit was already checking it.

Authorization Code was missing this check, whereas Implicit was checking it.
@JonathanHuot JonathanHuot merged commit 52bd38d into master Aug 12, 2018
@JonathanHuot JonathanHuot deleted the get_default_redir branch August 12, 2018 21:58
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