Searching for hours for a working solution. How can I redirect the user to the signup page?
I found an authorize method, which redirects to the login page… But how to redirect to the signup page?
I’m not looking for a way to create a new user.
I’m not looking for a way to post user information (email, password, … etc) to an API.
I’m not using lock…