You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, you need to add the required scope for this when requesting the Google ID token (profile scope, if I'm not mistaken), and then you can get this information from the parsedToken you get from the passport callback. This way users have to explicitly accept that they're sharing their profile info with you.
Well, that depends on your use case, you have an example for Android/iOS Google Sign-In linked in the readme (this one), where you can see where the scope is set.
How can obtain the profile data? (First name, email, etc).
Thanks
The text was updated successfully, but these errors were encountered: