flask-oauth icon indicating copy to clipboard operation
flask-oauth copied to clipboard

Support access_token_params for OAuth 1 requests

Open evz opened this issue 12 years ago • 1 comments

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 avatar Jun 10 '13 16:06 evz

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

lepture avatar Jul 11 '13 04:07 lepture