Whats the use of emailVerified property in database #3360
Answered
by
balazsorban44
SahilMahadwar
asked this question in
Help
-
Hey I was just wondering whats the use of emailVerified property its always null I used 2 providers GitHub and google its still shows nul |
Beta Was this translation helpful? Give feedback.
Answered by
balazsorban44
Dec 4, 2021
Replies: 1 comment
-
Using the email provider https://next-auth.js.org/providers/email you can verify if an email belongs to a user. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
balazsorban44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the email provider https://next-auth.js.org/providers/email you can verify if an email belongs to a user.