flask-social-blueprint icon indicating copy to clipboard operation
flask-social-blueprint copied to clipboard

An OAuth based authentication blueprint for flask. Easy to extend and override.

Results 19 flask-social-blueprint issues
Sort by recently updated
recently updated
newest added

There seem to be a problem with updated requests library on Google App Engine. ``` Exception on /_social/callback/Github [GET] Traceback (most recent call last): File "/base/data/home/apps/s~flask-social-blueprint/3.389521229691342073/lib/flask/app.py", line 1817, in wsgi_app...

help wanted

At the moment the provided db.sqlite file consists only one user, and it's not possible to play with the demo, cause creating new users is not implemented. Please add missing...

With authomatic, you could simplify the oauth/openid authentication and focus on the Connections Model.: http://peterhudec.github.io/authomatic/ Out of the box support for: - OAuth 1.0a providers: Bitbucket, Flickr, Meetup, Plurk, Twitter,...

A change in Facebook API broke this library, even though the facebook-sdk version did not change and Graph API changed only a minor version and thus should be backwards compatible....

enhancement
help wanted

When i logged in with facebook, i got: ``` {'username': None, 'last_name': None, 'cn': None, 'profile_id': '...', 'first_name': None, 'access_token': u'...', 'secret': None, 'image_url': '...', 'provider': 'Facebook', 'email': '...', 'profile_url':...

I'm running a example of mongodb. First, I login a Google. And try the "Connect another account" with Facebook, Github and Twitter. But I received the error message. ``` Could...

When testing this I get the following when trying to perform basic authentication to facebook. GraphAPIError: An active access token must be used to query information about the current user.

bug