Replies: 3 comments 1 reply
-
For what I see now, I can implement the Email verification:
But I hope there is an out-of-the-box method from Web3Auth. In the demo it works as what I need, but I cannot understand how... |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rinzler99 hey, I've just looked through all the demo code and I couldn't find any configuration for the email verifier. Could you point to the exact code/implementation or docs? Or maybe explain how the email flow works in a nutshell... |
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
-
Hello, Web3Auth community!
I'm implementing an integration of Web3Auth into our DApp.
I've managed to integrate with custom Google auth without issues.
Now I want to implement the email sign up.
I've seen there is a
email_passwordless
login provider of theOpenLogin
adapter.But I cannot find any example of that provider, and what needs to be configured on the backend side and in the dashboard.
My goal is to have:
Beta Was this translation helpful? Give feedback.
All reactions