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

Support google plus endpoint #63

Closed longlh closed 9 years ago

jaredhanson commented 9 years ago

Merged #66 in preference to this. The profile endpoints should not be configurable, as they each return different formats that need to be parsed differently. The plan for this strategy going forward is to use the people.get endpoint.