React-google-login: Incremental authorization support

Created on 2 Sep 2020  路  3Comments  路  Source: anthonyjgrove/react-google-login

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?

Most helpful comment

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!

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings