We have a Signup button on the landing page and want to send traffic to the signup page directly. Is there a way to go to the sign-up page directly?
Hey there @swifteam!
Indeed there is - For example, any front-end auth0 SDK provides a screen_hint
param which can be utilized for this exact purpose:
Do you mean we have to provide our own link to screen_hint parameter? So it will become a sign up page?
1 Like
You just need to provide screen_hint=signup as a url parameter in your call to the /authorize
endpoint which initiates the login flow.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.