Skip to content

Commit 73ac4c5

Browse files
committed
Merge branch 'main' into ntitoras/user-985-add-a-expo-passkeys-at-our-docs-site
2 parents cd8c0f2 + affdbcf commit 73ac4c5

File tree

9 files changed

+2724
-2457
lines changed

9 files changed

+2724
-2457
lines changed

docs/_partials/authentication/test-your-connection.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ The simplest way to test your connection is to visit your Clerk app's [Account P
22

33
1. In the Clerk Dashboard, navigate to the [**Account Portal**](https://dashboard.clerk.com/last-active?path=account-portal) page.
44
1. Next to the **Sign-in** URL, select **Visit**. The URL should resemble:
5-
6-
- **For development**`https://your-domain.accounts.dev/sign-in`
7-
- **For production**`https://accounts.your-domain.com/sign-in`
8-
5+
- **For development**`https://your-domain.accounts.dev/sign-in`
6+
- **For production**`https://accounts.your-domain.com/sign-in`
97
1. Sign in with your connection's credentials.

docs/_partials/community-sdks.mdx

Lines changed: 68 additions & 0 deletions
Large diffs are not rendered by default.

docs/authentication/social-connections/facebook.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To make the setup process easier, it's recommended to keep two browser tabs open
4444
1. Select **Add connection** and select **For all users**.
4545
1. In the **Choose provider** dropdown, select **Facebook**.
4646
1. Ensure that both **Enable for sign-up and sign-in** and **Use custom credentials** are toggled on.
47-
1. Save the **Valid OAuth Redirect URI** somewhere secure. Keep this modal and page open.
47+
1. Save the **Redirect URI** somewhere secure. Keep this modal and page open.
4848

4949
### Create a Facebook app
5050

@@ -58,9 +58,9 @@ To make the setup process easier, it's recommended to keep two browser tabs open
5858
1. Next to **Authenticate and request data from users with Facebook Login**, select **Customize**. You'll be redirected to the **Permissions** tab of the **Customize use case** page.
5959
1. Next to **email**, select **Add**. This permission allows Clerk to read your user's primary email address.
6060
1. In the left sidebar, under **Facebook Login**, select **Settings**.
61-
1. In the **Client OAuth settings** section, in the **Valid OAuth Redirect URIs** field, paste the **Valid OAuth Redirect URI** value you saved from the Clerk Dashboard.
61+
1. In the **Client OAuth settings** section, in the **Valid OAuth Redirect URIs** field, paste the **Redirect URI** value you saved from the Clerk Dashboard.
6262
1. Select **Save changes**.
63-
1. In the left sidebar, select **App settings** (hover over the icon to view the title or expand the menu), and then select **Basic**.
63+
1. In the left sidebar, select **App settings** (hover over the settings icon to view the title or expand the menu), and then select **Basic**.
6464
1. Save the **App ID** and **App Secret** somewhere secure.
6565

6666
### Set the App ID and App Secret in the Clerk Dashboard

0 commit comments

Comments
 (0)