GoogleWebComponents/google-signin

Allow access to fetch_basic_profile - option of gapi.auth2.init()

Opened this issue · 1 comments

It would be really nice if there would be a property so I could set fetch_basic_profile to false as documented in https://developers.google.com/identity/sign-in/web/people .

I do not want to irritate my users with requesting access to their profile information when I only need access to their calendar.

Fair request. I'd add it as a doNotFetchBasicProfile property to google-signin-aware.

I am currently not working on this code. If you need it right now, send a patch.

Your users might not mind much, most websites just get the default. Nice that you are trying to protect their privacy.