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

Redirect url for mobile app #12

Open
camanjj opened this issue Feb 21, 2015 · 1 comment
Open

Redirect url for mobile app #12

camanjj opened this issue Feb 21, 2015 · 1 comment

Comments

@camanjj
Copy link

camanjj commented Feb 21, 2015

How would it be possible to add the ability to use a custom url scheme for the redirect_url for a mobile app. For example: mycoolapp://callback

@peterldowns
Copy link
Owner

Hmm, the only change that needs to be made is in authorization.py – switching away from a validator that enforces https:// to one that disallows http:// but allows {'https://', 'any-custom-scheme://'}. Mind submitting the PR with tests? Would be happy to accept.

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

No branches or pull requests

2 participants