Creating separate login and sign up

Hey,

So I have integrated AuthO for my project, I am wondering that can I keep two different routes of AuthO one for login and one for signup and if yes how is it possible ?

Hi @fullstackctp

It is always possible, but a little complex. One thing you can do that is easy is use the screen_hint=signup to open the ULP with the signup page instead of the login page.
https://auth0.com/docs/authenticate/login/auth0-universal-login/new-experience

John

1 Like