jaredhanson / passport-google-oauth

Google authentication strategies for Passport and Node.js.
https://www.passportjs.org/packages/passport-google-oauth/?utm_source=github&utm_medium=referral&utm_campaign=passport-google-oauth&utm_content=about
MIT License
776 stars 327 forks source link

Breaking change in v0.2.0 for Google Apps domains with Google+ disabled #87

Open gierschv opened 9 years ago

gierschv commented 9 years ago

Hello,

I believe that using only the Google Plus API since the last version is a really bad idea: many of Google Apps domains especially the education ones have Google+ disabled. It results the impossibility of login since the upgrade:

{
 "error": {
  "errors": [
   {
    "domain": "plus",
    "reason": "accessDisabledByAdmin",
    "message": "The access to Google+ APIs has been disabled by the administrator."
   }
  ],
  "code": 403,
  "message": "The access to Google+ APIs has been disabled by the administrator."
 }
}

Cheers, Vincent

Redsandro commented 5 years ago

https://support.google.com/plus/answer/9217723#signin

Will the Google+ sign-in button continue to work on other sites?

No, these buttons will stop working by March 7th with intermittent failures starting January 28th. On some sites the Google+ Sign-in button may be replaced by a Google Sign-in button. You’ll still be able to sign in with your Google Account wherever you see Google Sign-in buttons.