ueberauth / ueberauth_google

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

Add support for optional include_granted_scopes param #79

Closed mdlkxzmcp closed 3 years ago

mdlkxzmcp commented 4 years ago

Closes #78

I also took the liberty of clarifying that the prompt and access_type have to be both present (as mentioned in #49)

I have tested this in my app and seems to work without any issues :>