Closed jaredhanson closed 9 years ago
Reviewing this further. The https://www.googleapis.com/plus/v1/people/me
endpoint has a completely different response format than https://www.googleapis.com/oauth2/v1/userinfo
so the profile parsing needs to be updated. I'll handle this, but just wanted to confirm with you that this is the behavior you would expect.
Don't want to leave any loose threads before publishing to npm. Thanks.
@jaredhanson with the new API, will I be able to set the login_hint for OAuth through Google to make it easier for users? Ideally all the Authentication parameters are supported from https://developers.google.com/accounts/docs/OpenIDConnect#login-hint.
@ilanbiala you should be able to. I haven't explicitly tested every option that Google supports, but I haven't removed anything from this strategy itself. If there is any behavioral difference, it is due to a Google change, which can be ported back here if necessary.
Builds on #45, with changes: