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

Support access_token_params for OAuth 1 requests #53

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

evz
Copy link

@evz evz commented Jun 10, 2013

In working with an OAuth 1 endpoint that requires a scope parameter to be passed in when getting the access token, I discovered that, while this library supported passing that access_token_params for an OAuth 2 request, when it came to handling the OAuth 1 requests, those parameters were ignored. This is an attempt to fix that.

@lepture
Copy link

lepture commented Jul 11, 2013

@evz Check out https://github.com/lepture/flask-oauthlib which is a good replacement of Flask-OAuth

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