From 978a0059bf7f3acd64aa17b2c3a389e5becbbd2c Mon Sep 17 00:00:00 2001 From: Kenton Duprey Date: Tue, 22 Oct 2024 16:19:24 -0400 Subject: [PATCH] fix(docs): Update satellite domains documentation (#1643) Signed-off-by: Kenton Duprey Co-authored-by: victoria --- docs/advanced-usage/satellite-domains.mdx | 4 ++-- docs/authentication/social-connections/linear.mdx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/advanced-usage/satellite-domains.mdx b/docs/advanced-usage/satellite-domains.mdx index 1c8cc3aa9a..e3c34ea4cb 100644 --- a/docs/advanced-usage/satellite-domains.mdx +++ b/docs/advanced-usage/satellite-domains.mdx @@ -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 Clerk’s [``](/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 [``](/docs/components/authentication/sign-in) component or [`useSignIn()`](/docs/references/react/use-sign-in) hook for sign-in and [``](/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 diff --git a/docs/authentication/social-connections/linear.mdx b/docs/authentication/social-connections/linear.mdx index b20f4e6db2..278753a231 100644 --- a/docs/authentication/social-connections/linear.mdx +++ b/docs/authentication/social-connections/linear.mdx @@ -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**.