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 everyone, i'm trying to use authentication with the Google provider but I can't get additional information from the user's Google account. How can I get the gender, date of birth and address?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone, i'm trying to use authentication with the Google provider but I can't get additional information from the user's Google account. How can I get the gender, date of birth and address?
This is what AuthJs return:
iss: **,
azp: **,
aud: **,
sub: **,
email: **,
email_verified: **,
at_hash: **,
name: **,
picture: **,
given_name: **,
family_name: **,
iat: **,
exp: **,
In the image you can see the Google console API setting
Beta Was this translation helpful? Give feedback.
All reactions