Questions tagged [flask-oauthlib]

77 questions
-1
votes
1 answer

Using Flask-OAuthlib, how do I force Facebook to ask for account on reauthentication?

I'm implementing authentication with OAuth 2 providers by Google and Facebook using Flask-OAuthlib package. For Google, I'm using this: google = oauth.remote_app( "google", consumer_key=client_id, consumer_secret=client_secret, …
Arseni Mourzenko
  • 50,338
  • 35
  • 112
  • 199
-1
votes
1 answer

Error trying to decode a non urlencoded string error on GAE but not on local dev environment

I am using Flask-OAuthlib and it works fine in my local development environment but as soon as I deploy the code to the live GAE environment I get the following error: File…
artooro
  • 1,479
  • 1
  • 8
  • 20
1 2 3 4 5
6