react-google-login icon indicating copy to clipboard operation
react-google-login copied to clipboard

Incremental authorization support

Open heymitul opened this issue 4 years ago • 3 comments

I don't know whether we can implement Incremental authorization using this package or not?

is there any way to make include_granted_scopes flag true?

heymitul avatar Sep 02 '20 07:09 heymitul

I also tried to pass in all scopes myself (including additional ones), but I don't actually get prompted for the new scopes. Is this because gapi.auth2.init can only be called once?

Curious to know if anyone has any suggestions on how to request more scope after some scope already granted.

Thanks!

binghai avatar Sep 09 '20 08:09 binghai

@anthonyjgrove is there any plan on this one?

heymitul avatar Oct 22 '20 09:10 heymitul

I've come across this issue as well

LeopoldArkham avatar May 04 '21 11:05 LeopoldArkham