Getting started with the Account Portal
To integrate the Account Portal into your application, simply follow one of the quickstart guides. Once your application is set up, all you have to do is run it. Clerk will automatically redirect your users to the Account Portal sign-up/sign-in pages. After successful authentication, users will be redirected back to your application with an active session.
You can also integrate the Account Portal into your application using prebuilt components. For example, the <SignUpButton>
and <SignInButton>
components will redirect users to the Account Portal sign-up and sign-in pages if no props or environment variables are configured to override this behavior.
Accessing your pages
For development environments, Clerk will issue you a randomly generated domain on "accounts.dev". In production, by default, the URLs for your Account Portal are the following:
To access these links, in the Clerk Dashboard, go to the Account Portal page and then open the Pages tab.
Feedback
Last updated on