Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 2k
OAuth2, v3 (userinfo) #1529
Copy link
Copy link
Closed
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Activity
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
With the recent Google+ deprecation, the new approach to getting user info (for instance, as done in jaredhanson/passport-google-oauth2#51) seems to be to use the
https://www.googleapis.com/oauth2/v3/userinfoendpoint. Whilev2also works for now, but it'd be great to have support for this endpoint here (including TS definitions) and in https://developers.google.com/apis-explorer/.See also #490, which was created 3 years ago back when (I'm guessing) that API weren't released.