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.88k stars 1.24k forks source link

Update http://passportjs.org/guide/google/ #276

Open dantman opened 10 years ago

dantman commented 10 years ago

The Passport JS "Google" page is recommending passport-google which is based on OpenID which I understand Google is deprecating. The page should be updated, probably to prefer passport-google-oauth.

ruffrey commented 10 years ago

+1

mkoryak commented 9 years ago

the repo you linked was updated 2 years ago - is it still the preferred strategy?

dantman commented 9 years ago

They're both 2 years old, though the one I linked is slightly more recent within that year. Which seems to be the state of a number of passport extras. I'm unaware of whether there are any other Google OAuth projects that are newer. passport-google-oauth is the one I believe I'm using right now.

ctag commented 9 years ago

It appears that the passport-google strategy still recommended in the site's documentation is fully deprecated now, and does not work.