Results 2 issues of DavidHwu

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...

I believe the default decoder provided by RAuth.utils is incompatible with GooglePlus via OAuth2 decoding schema. Default RAuth decoder when used by GooglePlus, results in an empty dict {}. I...