inaturalist / INaturalistIOS

iNaturalist iOS app
MIT License
152 stars 50 forks source link

confirm that we need the Google Plus scopes for sign in #114

Open kueda opened 9 years ago

kueda commented 9 years ago

For Google sign in we request a number of scopes, including kGTLAuthScopePlusLogin and kGTLAuthScopePlusMe, 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.

alexshepard commented 9 years ago

https://developers.google.com/+/domains/authentication/scopes

alexshepard commented 9 years ago

https://developers.google.com/identity/sign-in/ios/

kueda commented 9 years ago

Is that a "yes we need those scopes"?

alexshepard commented 9 years ago

No, sorry, that's a note to self about google's new auth library.

alexshepard commented 9 years ago

Just trying to make myself notes about what I'll need to dig into to figure this out.

alexshepard commented 7 years ago

I need to go in and find out if we still ask for these scopes and if so, if we still need them.