Skip to content

Conversation

clintecker
Copy link
Contributor

There was a bug in oauthlib that prevented any kind of scope being applied to new access tokens granted during the refresh token grant flow. This has been fixed in a recent commit by replacing the validator method confirm_scopes with a new validator method get_original_scopes.

I've left confirm_scopes in place so it will interop with older versions of oauth (despite it not really working properly) and added the new method. The subset comparison of scopes now takes place at the oauthlib level.

lepture added a commit that referenced this pull request Jun 22, 2013
New validator method (get_original_scopes) introduced in development branch of oauthlib
@lepture lepture merged commit 69553ae into lepture:master Jun 22, 2013
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