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
I am using react-netlify-identity with google provider to authenticate users. Getting the user data like - avatar_url, name etc. But I am not able to retrieve the emailVerified and oauthId fields from netlify redirect response. Only getting some uuid in the id field of the user. Is there a way to configure this or is this intended?
The text was updated successfully, but these errors were encountered:
i think you probably should be able to get emailVerified back. check your network tab in devtools and you can see all the data that comes back from netlify. this library should just reflect whatever the underlying https://github.com/netlify/gotrue-js returns. i'm not sure about oauthId, tbh never needed to use that one
I am using
react-netlify-identity
with google provider to authenticate users. Getting the user data like -avatar_url
,name
etc. But I am not able to retrieve theemailVerified
andoauthId
fields from netlify redirect response. Only getting someuuid
in the id field of the user. Is there a way to configure this or is this intended?The text was updated successfully, but these errors were encountered: