Signup in Auth0 (urgent) #604
KetulCodiste
announced in
Help
Replies: 1 comment
-
Hey, if you can check in your app wether the user is new or existing based on that you can redirect the user to signup or login screen. Please refer below link to redirect user to signup screen of auth0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using web3Auth + Auth0
When my user want to loginin, web3Auth provides the connectTo() method which will redirect us to the auth0 login page.
But if the new user comes in, he needs to signup first. As of now i am using connectTo(), same flow as the login. Here the user will have the option of signup.
But this will confuse the user. Is there any method in web3Auth which will directly redirect the new user to signup page of auth0 instead of the loginin page.
Beta Was this translation helpful? Give feedback.
All reactions