You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstarts/chrome-extension.mdx
+9
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,15 @@ description: Add authentication and user management to your Chrome Extension wit
33
33
34
34
This guide will use a popup.
35
35
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
+
36
45
## Create a new app using the Plasmo framework
37
46
38
47
[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.
Copy file name to clipboardExpand all lines: docs/quickstarts/expo.mdx
+9
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,15 @@ description: Add authentication and user management to your Expo app with Clerk.
91
91
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY={{pub_key}}
92
92
```
93
93
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.
Copy file name to clipboardExpand all lines: docs/quickstarts/ios.mdx
+9
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,15 @@ description: Add authentication and user management to your iOS app with Clerk.
23
23
</TutorialHero>
24
24
25
25
<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
+
26
35
## Create an iOS Project
27
36
28
37
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