-
Notifications
You must be signed in to change notification settings - Fork 745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ud330/Lesson2/step5/project.py Google Log In doesn't work #74
Comments
I've found that the problem might lie with my browser (Google Chrome). I tried on Firefox and it works correctly. I suggest using something like flask-dance for future versions of this lesson. |
I've issues in redirect_uri also after searching i found that |
Here is what works for me. You need to configure the Google API Client key as well for this to work at https://console.developers.google.com/apis/import google_auth_oauthlib.flow Allow Google GConnectPROJECT_DIR = os.path.dirname(file) @app.route('/login', methods=['GET'])
@app.route('/logout', methods=['GET']) @app.route('/oauth2callback')
|
When I'm on Firefox, Facebook Login doesn't work. |
Make sure you guys use it with the API keys you get yourself from Facebook and Google Dev |
According to Migrate from Google+ sign-in
|
Hi,
After updating the client id and client_secrets.json I've found that the Google sign in still doesn't work.
I've seen other issues suggesting fixes to this but no one from Udacity seems to have responded to any of them.
The issue that I'm experiencing is that once the Sign in button is clicked and the google acount is chosen from the pop-up window, the window closes and nothing else happens. It seems to me that the signInCallback function in login.html is not actually being called.
The text was updated successfully, but these errors were encountered: