Closed niuguoning closed 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.
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.
tokeninfo
people/me
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.