GIDSignIn.sharedInstance.signIn(...)
is requesting more scopes than it should on version 7.1.0
#407
Labels
enhancement
New feature or request
Describe the bug
I was updating Google Sign-In in our app from version 6.0.2 to version 7.1.0 and I noticed that even though we're not requesting any additional scopes,
GIDSignIn.sharedInstance.signIn(...)
is presenting a page after login asking the user to give additional permissions before completing the Sign-In flow.This wasn't happening previously when we were using version 6.0.2.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No additional scopes should be requested after completing Sign-In with Google.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: