flask-oauth2-login
flask-oauth2-login copied to clipboard
See https://github.com/singingwolfboy/flask-dance
Hi, I'm getting: ``` { "error": "401 Client Error: Unauthorized" } ``` when trying `example.py`, any idea? I have `http://localhost:5000/login/google` in my list of "Redirect URIs" on console.developers.google.com.
Simple fix, but Google Login doesn't work without this.
The changes allow creating a flask webapp requiring oauth2 authentication using Salesforce. Most of the structure and flow is same as other identity providers like Google.
When I try to use something fairly similar to the example, I get redirected to the Google login page and then, when I click allow, get this in my browser:...