You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was able to do this in my code with and persist this through my own provided decoder.
It would be great to have a more integrated RAuth way to do this.
Expand the RAuth example to support GooglePlus via OAuth and you can see my data points.
In the decoder, I have to intercept 'id_token' returned by GooglePlus and persist this through a session.get().json() to exchange this for a valid user info.
While this isn't hard once I had figured out how to replace default decoder which doesn't work in GooglePlus, I am merely suggesting that we may provide a better example and blessed workflow via RAuth.
The text was updated successfully, but these errors were encountered:
Hello @DavidHwu , i think the get_raw_acess_token is the method to use in this case ( sure you did so ). So it kind of really look like a rauth way to do things, doesn't it ?
Example with OAuth2
GooglePlus needs to have the ID token to be exchanged for the userinfo per
https://developers.google.com/accounts/docs/OpenIDConnect#exchangecode
While I was able to do this in my code with and persist this through my own provided decoder.
It would be great to have a more integrated RAuth way to do this.
Expand the RAuth example to support GooglePlus via OAuth and you can see my data points.
In the decoder, I have to intercept 'id_token' returned by GooglePlus and persist this through a session.get().json() to exchange this for a valid user info.
While this isn't hard once I had figured out how to replace default decoder which doesn't work in GooglePlus, I am merely suggesting that we may provide a better example and blessed workflow via RAuth.
The text was updated successfully, but these errors were encountered: