I created an OAuth2.0 Web Application in the developer console of Google. Added the GOOGLE_API_CLIENT_ID and GOOGLE_API_CLIENT_SECRET. Restarted my Dynos (Heroku) but I don't see the Google Login button. How can I verify the OAuth2.0 setup is set correctly? I don't see anything special in de logs.
Also, to what value do I need to set the Authorized Javascript Origins and Authorized redirect URLs?
I think I needed to set the WEBAPP_URL to the correct (Heroku) url and set the Callback URL in the Google Developer console to https://<myapp>.herokuapp.com/auth/google/callback before it started to work.
I created an OAuth2.0 Web Application in the developer console of Google. Added the
GOOGLE_API_CLIENT_ID
andGOOGLE_API_CLIENT_SECRET
. Restarted my Dynos (Heroku) but I don't see the Google Login button. How can I verify the OAuth2.0 setup is set correctly? I don't see anything special in de logs.Also, to what value do I need to set the Authorized Javascript Origins and Authorized redirect URLs?