ueberauth / ueberauth_google

Google OAuth2 Strategy for Überauth.
MIT License
166 stars 85 forks source link

Support for incremental authorization #78

Closed mdlkxzmcp closed 4 years ago

mdlkxzmcp commented 4 years ago

Google's Oauth has an optional incremental authorization function, which can be turned on by sending an additional include_granted_scopes=true param (ref). This, however, is currently not supported by Überauth Google, which is a shame, as its something quite useful 😿