Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting OAuthID and Email Verified flags #24

Open
YashGadle opened this issue Nov 6, 2019 · 2 comments
Open

Getting OAuthID and Email Verified flags #24

YashGadle opened this issue Nov 6, 2019 · 2 comments

Comments

@YashGadle
Copy link

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?

@donaldboulton

This comment has been minimized.

@swyxio
Copy link
Contributor

swyxio commented Feb 4, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants