jaredhanson / passport

Simple, unobtrusive authentication for Node.js.
https://www.passportjs.org?utm_source=github&utm_medium=referral&utm_campaign=passport&utm_content=about
MIT License
22.86k stars 1.24k forks source link

doc update for google auth changes #271

Open fschwiet opened 10 years ago

fschwiet commented 10 years ago

The documentation at http://passportjs.org/guide/google/ references https://github.com/jaredhanson/passport-google, while it looks like OpenID is no longer supported by google (per https://developers.google.com/accounts/docs/OpenID2) so people need to use https://github.com/jaredhanson/passport-google-oauth.

I have some legacy cody using passport-google, and it looks like I need to migrate to passport-google-oath. So please let me know if I'm mistaken.

iros commented 9 years ago

Please please please update these docs. I just killed a day having to migrate an app to passport-google-oauth because OpenID will still allow login from localhost. +9001