I am using Web3Auth + Auth0.
If my user want to change the password then I need to provide the change password button in my website.
Now I want to redirect my user to the change password page of auth0. The user will be logged in when he tries to change the password.
how should i achieve this?
I am using the Universal login flow. I am not using Authentication api
Originally posted by:
KetulCodiste Check the discussion at:
https://github.com/orgs/Web3Auth/discussions/632
Hey, you can create a custom page for password reset even if you are using universal screens, Pls refer the auth0 document for password reset mentioned above.
Originally posted by:
rinzler99
I think this question is not relevant with web3auth, you can simply reset password with the mechanism that auth0 provides you. Web3auth has no direct link with auth0 apis. If you think using web3auth with auth0 is blocking you from adding a feature to reset user's password, it would be great for us if you can explain a bit more. We will be happy to help and resolve it.
Originally posted by:
himanshuchawla009