flask-oauthlib
flask-oauthlib copied to clipboard
Stateless OAuth2 client
Changes to the client so that OAuth flows are stateless, not requiring session.
Closes #268
Seems that no more tests, other than those already failing in master are failing
possibly because https://github.com/idan/oauthlib/issues/424
I can not understand. But there is still a use of session for token.
Is there a specific reason this wasn't done for OAuth1 as well?
Only because I haven't needed to use OAuth1.