Skip to content

Commit

Permalink
fix(docs): Update satellite domains documentation (#1643)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenton Duprey <[email protected]>
Co-authored-by: victoria <[email protected]>
  • Loading branch information
kduprey and victoriaxyz authored Oct 22, 2024
1 parent 2b373d4 commit 978a005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-usage/satellite-domains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Clerk supports sharing sessions across different domains by adding one or many s

Your "primary" domain is where the authentication state lives, and satellite domains are able to securely read that state from the primary domain, enabling a seamless authentication flow across domains.

Users must complete the sign-in flow on the primary domain, either using Clerks [`<SignIn />`](/docs/components/authentication/sign-in) component or [`useSignIn()`](/docs/references/react/use-sign-in) hook.
Users must complete both the sign-in and sign-up flows on the primary domain by using Clerk's [`<SignIn />`](/docs/components/authentication/sign-in) component or [`useSignIn()`](/docs/references/react/use-sign-in) hook for sign-in and [`<SignUp />`](/docs/components/authentication/sign-up) component or [`useSignUp()`](/docs/references/react/use-sign-up) hook for sign-up.

To access authentication state from a satellite domain, users will be transparently redirected to the primary domain. If users need to sign in, they must be redirected to a sign in flow hosted on the primary domain, then redirected back to the originating satellite domain.
To access authentication state from a satellite domain, users will be transparently redirected to the primary domain. If users need to sign in, they must be redirected to a sign in flow hosted on the primary domain, then redirected back to the originating satellite domain. The same redirection process applies to sign-up flows.

## How to add satellite domains

Expand Down
1 change: 0 additions & 1 deletion docs/authentication/social-connections/linear.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ To make the setup process easier, it's recommended to keep two browser tabs open
1. Ensure that both **Enable for sign-up and sign-in** and **Use custom credentials** are toggled on.
1. Save the **Redirect URI** somewhere secure. Keep the modal and page open.


### Create a Linear app

1. In the top-left of [Linear](https://linear.app/), select your workspace, then select **Preferences**.
Expand Down

0 comments on commit 978a005

Please sign in to comment.