omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

https://www.googleapis.com/plus/v1/people/me deprecated #1043

Closed niuguoning closed 7 years ago

niuguoning commented 7 years ago

It seems like the google plus sign in has been deprecated in favor of google sign in and that we should be using https://www.googleapis.com/oauth2/v3/tokeninfo?id_token to verify the token instead of using https://www.googleapis.com/plus/v1/people/me.

omab commented 7 years ago

That doesn't seem correct, tokeninfo just returns information about the token (app, granted scopes, user id, lifetime), but no user details like people/me.