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

Add support for incremental authorization #93

Closed shrike closed 8 years ago

shrike commented 9 years ago

Incremental authorization is supported via the include_granted_scopes parameter. More here:

https://developers.google.com/identity/protocols/OAuth2WebServer

th3m477 commented 9 years ago

Agree with this pull request @jaredhanson as it appears to be the only missing parameter? Very useful.