Skip to content

Commit

Permalink
Add disable bot protection step to native sdk quickstarts (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech authored Dec 20, 2024
1 parent fcd6039 commit 757a341
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/quickstarts/chrome-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ description: Add authentication and user management to your Chrome Extension wit

This guide will use a popup.

## Disable bot protection

Bot protection is enabled by default for all Clerk apps. However, it is not supported in native apps.

To turn off bot protection:

1. In the Clerk Dashboard, navigate to the [**Attack protection**](https://dashboard.clerk.com/last-active?path=user-authentication/attack-protection) page.
1. Disable **Bot sign-up protection**.

## Create a new app using the Plasmo framework

[Plasmo](https://docs.plasmo.com/framework) is a browser extension framework that includes hot reloading and creating development and production extension builds easily from the same code.
Expand Down
9 changes: 9 additions & 0 deletions docs/quickstarts/expo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ description: Add authentication and user management to your Expo app with Clerk.
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY={{pub_key}}
```

## Disable bot protection

Bot protection is enabled by default for all Clerk apps. However, it is not supported in native apps.

To turn off bot protection:

1. In the Clerk Dashboard, navigate to the [**Attack protection**](https://dashboard.clerk.com/last-active?path=user-authentication/attack-protection) page.
1. Disable **Bot sign-up protection**.

## Add `<ClerkProvider>` to your root layout

<Include src="_partials/clerk-provider" />
Expand Down
9 changes: 9 additions & 0 deletions docs/quickstarts/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ description: Add authentication and user management to your iOS app with Clerk.
</TutorialHero>

<Steps>
## Disable bot protection

Bot protection is enabled by default for all Clerk apps. However, it is not supported in native apps.

To turn off bot protection:

1. In the Clerk Dashboard, navigate to the [**Attack protection**](https://dashboard.clerk.com/last-active?path=user-authentication/attack-protection) page.
1. Disable **Bot sign-up protection**.

## Create an iOS Project

To get started using Clerk with iOS, create a new project in Xcode. Select SwiftUI as your interface and Swift as your language.
Expand Down

0 comments on commit 757a341

Please sign in to comment.