Sign Up
Custom page with SignUp
component
You can also use useUser
at the beginning of the sign in page to check if wether the user is already signed in and redirect them to some other page if they are.
Other useful components
CredentialSignUp
: A component that contains a form for signing in with email and password.
OAuthGroup
: A list of available OAuth provider sign-up buttons components. The available provider list is fetched from the server.
OAuthButton
: A single OAuth sign-up button.
Custom OAuth Sign Up
OAuth sign-in and sign-up shares the same function. Check out the Sign In example for more information.
Custom Credential Sign Up
Custom Magic Link Sign Up
Magic link sign-in and sign-up shares the same function. Check out the Sign In example for more information.