Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix access_token flow not returning the user info
The access_token flow was failing to parse the response from https://www.googleapis.com/oauth2/v3/userinfo. Since the response's body comes back as a JSON object, we need to tell `got` to retrieve it directly.
- Loading branch information