flask-oauth
flask-oauth copied to clipboard
OAuth Support for Flask
There is an issue in: https://github.com/mitsuhiko/flask-oauth/blob/master/.gitmodules The git:// (i.e. git+git://) protocol is unsupported and trying to install this package as git+ssh:// or similar methods does not work because of the...
I'm using flask_oauth in an app deployed on heroku. And 'certificate verify failed' occurs when requesting the access token from https://api.weibo.com. But it's ok to access the website in browser,...
This imports doesn't work on the latest version of werkzeug, this try/except fix problem.
Typo in the first paragraph of the docs.
how can i get the nodes like email , names etc extracted from its response in google login response
Hey there, when attempting to use this library on python 3.6.5 I encountered a few import errors. This was previously tracked and closed without being fixed in: https://github.com/mitsuhiko/flask-oauth/issues/85 I'd at...
Team we are trying to integrate our supeset application with OKTA, and we have tried to use this plugin for integration. Please confirm if this supports okta integration ?
urlparse has been moved to be inside urllib.parse in python3. This commit should fix this dependency.