Skip to content

Commit

Permalink
Merge branch 'main' into ntitoras/user-985-add-a-expo-passkeys-at-our…
Browse files Browse the repository at this point in the history
…-docs-site
  • Loading branch information
alexisintech committed Feb 4, 2025
2 parents cd8c0f2 + affdbcf commit facae1f
Show file tree
Hide file tree
Showing 9 changed files with 2,724 additions and 2,457 deletions.
6 changes: 2 additions & 4 deletions docs/_partials/authentication/test-your-connection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ The simplest way to test your connection is to visit your Clerk app's [Account P

1. In the Clerk Dashboard, navigate to the [**Account Portal**](https://dashboard.clerk.com/last-active?path=account-portal) page.
1. Next to the **Sign-in** URL, select **Visit**. The URL should resemble:

- **For development**`https://your-domain.accounts.dev/sign-in`
- **For production**`https://accounts.your-domain.com/sign-in`

- **For development**`https://your-domain.accounts.dev/sign-in`
- **For production**`https://accounts.your-domain.com/sign-in`
1. Sign in with your connection's credentials.
68 changes: 68 additions & 0 deletions docs/_partials/community-sdks.mdx

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/authentication/social-connections/facebook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To make the setup process easier, it's recommended to keep two browser tabs open
1. Select **Add connection** and select **For all users**.
1. In the **Choose provider** dropdown, select **Facebook**.
1. Ensure that both **Enable for sign-up and sign-in** and **Use custom credentials** are toggled on.
1. Save the **Valid OAuth Redirect URI** somewhere secure. Keep this modal and page open.
1. Save the **Redirect URI** somewhere secure. Keep this modal and page open.

### Create a Facebook app

Expand All @@ -58,9 +58,9 @@ To make the setup process easier, it's recommended to keep two browser tabs open
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.
1. Next to **email**, select **Add**. This permission allows Clerk to read your user's primary email address.
1. In the left sidebar, under **Facebook Login**, select **Settings**.
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.
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.
1. Select **Save changes**.
1. In the left sidebar, select **App settings** (hover over the icon to view the title or expand the menu), and then select **Basic**.
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**.
1. Save the **App ID** and **App Secret** somewhere secure.

### Set the App ID and App Secret in the Clerk Dashboard
Expand Down
Loading

0 comments on commit facae1f

Please sign in to comment.