Open kueda opened 9 years ago
Is that a "yes we need those scopes"?
No, sorry, that's a note to self about google's new auth library.
Just trying to make myself notes about what I'll need to dig into to figure this out.
I need to go in and find out if we still ask for these scopes and if so, if we still need them.
For Google sign in we request a number of scopes, including
kGTLAuthScopePlusLogin
andkGTLAuthScopePlusMe
, which generate a kind of scary "iNat wants to access your g+ contacts" message. Please check to see if we really need those, and remove if necessary. I believe I added those to get access to the user's email address, and possibly their Picasa account, but those scopes are pretty confusing so I may have overreached.Low priority.