Skip to content

Commit

Permalink
Clarify how to integrate Account Portal into an app
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Sep 16, 2024
1 parent 065a69c commit 1f3024c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/customization/account-portal/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Getting started with the Account Portal
description: The Account Portal offers a comprehensive solution for managing user authentication and profile management in your web application and is the fastest way to add Clerk's authentication to your application with minimal code required.
---

To integrate the Account Portal into your application, simply follow one of our [quickstart guides](/docs/quickstarts/overview).
To integrate the Account Portal into your application, simply follow one of the [quickstart guides](/docs/quickstarts/overview). 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. Once a user is successfully authenticated, they will be automatically redirected back to your application with an active session.

Once your application is set up, all you have to do is fire it up. Clerk will automatically redirect your users to the Account Portal sign-in/sign-up pages. Once a user has successfully authenticated themself, they will be automatically redirected back to your application with an active session.
You can also integrate the Account Portal into your application using Clerk's prebuilt components. For example, the [`<SignUpButton>`](/docs/components/unstyled/sign-up-button) and [`<SignInButton>`](/docs/components/unstyled/sign-in-button) components will redirect users to the Account Portal sign-up/sign-in pages if no props or [environment variables](/docs/deployments/clerk-environment-variables#sign-in-and-sign-up-redirects) are configured to do otherwise.

> [!NOTE]
> **Dynamic Development Host Detection**
Expand Down
4 changes: 2 additions & 2 deletions docs/customization/account-portal/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Account portal overview
description: The Account Portal offers a comprehensive solution for managing user authentication and profile management in your web application and is the fastest way to add Clerk's authentication to your application with minimal code required.
---

The Account Portal in Clerk is a powerful feature that allows you to streamline the sign-in, sign-up, and profile management experience for your users, without having to build your own components or host your own pages.
The Account Portal in Clerk is a powerful feature that allows you to streamline the sign-in, sign-up, and profile management experience for your users, without having to build your own components or host your own pages. **To integrate the Account Portal with your application, check out the [setup guide](/docs/customization/account-portal/getting-started).**

![Account Portal](/docs/images/account-portal/account_portal_splash.png)

Expand All @@ -21,7 +21,7 @@ The Account Portal uses Clerk's [prebuilt components](/docs/components/overview)

After a user has finished their flow in an Account Portal page, Clerk automatically redirects them back to your application along with the required authentication context. This way, users are automatically redirected to and from your application for a seamless experience.

For each application environment, Clerk provides pages for sign-up, sign-in, user profile, organization profile, and organization creation flow. To integrate the Account Portal with your application, check out the [setup guide](/docs/customization/account-portal/getting-started).
For each application environment, Clerk provides pages for sign-up, sign-in, user profile, organization profile, and organization creation flow. **To integrate the Account Portal with your application, check out the [setup guide](/docs/customization/account-portal/getting-started).**

## Hosted pages

Expand Down

0 comments on commit 1f3024c

Please sign in to comment.