Is the email verification necessary when using oauth2 provider? #266
PredragPeranovic
started this conversation in
General
Replies: 2 comments 1 reply
-
Hail, @PredragPeranovic 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Farewell! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually, it depends 🙃 Some providers like Google indeed gives the information the email was verified or not. However, some others may not give this information (or don't verify emails at all). For now, we don't have any specific logic given the provider, so the path is always the same no matter the provider. But this may something we improve in the future. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
What is bugging me is that after authenticating using Google as an OAuth2 provider I need to verify my email.
So it looks like this:
I think that if I add an OAuth2 provider I can trust data from it, so steps 6,7, and 8 are not needed. It will be nice to have the option to disable them.
All best,
and great work so far.
Beta Was this translation helpful? Give feedback.
All reactions