react-google-login
react-google-login copied to clipboard
Incremental authorization support
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
?
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!
@anthonyjgrove is there any plan on this one?
I've come across this issue as well