flask-oauth
flask-oauth copied to clipboard
OAuth Support for Flask
When I try to run my script with that code: ``` python from flask_oauth import OAuth oauth = OAuth() ``` then I get this error: ``` Traceback (most recent call...
I noticed Response is included but never used so I removed it. I've also made some very minor changes re indenting to comply with PEP8. I resisted all urges to...
Inner return is unnecessary since the default returns the same res.read()
There is a small typo in the document where the route for oauth_authorized handler is oauth-authorized, which instead should be oauth_authorized since that's the url being called in the code.
I have used the exact same code from Facebook example, but 80% of the time I see the error ResponseNotReady(). What could possibly cause this? And sometimes it returns the...
Login with microsoft account added as example
Previously we unconditionally appended ?, switched two locations to use add_query.
could you maybe release 0.13 on pypi? https://pypi.python.org/pypi/Flask-OAuth still lists 0.12. related: gae-init/gae-init-auth#9