You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The http://passportjs.org/docs/google page has example code for the passport-google module, which uses OpenID. Since Google no longer supports OpenID, following the tutorial results in an error: Failed to discover OP endpoint
A solution is to rewrite the tutorial using the passport-google-oauth2 module.
The text was updated successfully, but these errors were encountered:
The http://passportjs.org/docs/google page has example code for the
passport-google
module, which uses OpenID. Since Google no longer supports OpenID, following the tutorial results in an error:Failed to discover OP endpoint
A solution is to rewrite the tutorial using the
passport-google-oauth2
module.The text was updated successfully, but these errors were encountered: