Skip to content

Commit 757a341

Browse files
authored
Add disable bot protection step to native sdk quickstarts (#1826)
1 parent fcd6039 commit 757a341

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

docs/quickstarts/chrome-extension.mdx

+9
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ description: Add authentication and user management to your Chrome Extension wit
3333

3434
This guide will use a popup.
3535

36+
## Disable bot protection
37+
38+
Bot protection is enabled by default for all Clerk apps. However, it is not supported in native apps.
39+
40+
To turn off bot protection:
41+
42+
1. In the Clerk Dashboard, navigate to the [**Attack protection**](https://dashboard.clerk.com/last-active?path=user-authentication/attack-protection) page.
43+
1. Disable **Bot sign-up protection**.
44+
3645
## Create a new app using the Plasmo framework
3746

3847
[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.

docs/quickstarts/expo.mdx

+9
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ description: Add authentication and user management to your Expo app with Clerk.
9191
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY={{pub_key}}
9292
```
9393

94+
## Disable bot protection
95+
96+
Bot protection is enabled by default for all Clerk apps. However, it is not supported in native apps.
97+
98+
To turn off bot protection:
99+
100+
1. In the Clerk Dashboard, navigate to the [**Attack protection**](https://dashboard.clerk.com/last-active?path=user-authentication/attack-protection) page.
101+
1. Disable **Bot sign-up protection**.
102+
94103
## Add `<ClerkProvider>` to your root layout
95104

96105
<Include src="_partials/clerk-provider" />

docs/quickstarts/ios.mdx

+9
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ description: Add authentication and user management to your iOS app with Clerk.
2323
</TutorialHero>
2424

2525
<Steps>
26+
## Disable bot protection
27+
28+
Bot protection is enabled by default for all Clerk apps. However, it is not supported in native apps.
29+
30+
To turn off bot protection:
31+
32+
1. In the Clerk Dashboard, navigate to the [**Attack protection**](https://dashboard.clerk.com/last-active?path=user-authentication/attack-protection) page.
33+
1. Disable **Bot sign-up protection**.
34+
2635
## Create an iOS Project
2736

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

0 commit comments

Comments
 (0)