flask-oauth
flask-oauth copied to clipboard
Support access_token_params for OAuth 1 requests
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.
@evz Check out https://github.com/lepture/flask-oauthlib which is a good replacement of Flask-OAuth