diff --git a/docs/quickstarts/chrome-extension.mdx b/docs/quickstarts/chrome-extension.mdx index fef197f686..7df1bb4faf 100644 --- a/docs/quickstarts/chrome-extension.mdx +++ b/docs/quickstarts/chrome-extension.mdx @@ -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. diff --git a/docs/quickstarts/expo.mdx b/docs/quickstarts/expo.mdx index 1e642dfa86..7a130303cd 100644 --- a/docs/quickstarts/expo.mdx +++ b/docs/quickstarts/expo.mdx @@ -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 `` to your root layout diff --git a/docs/quickstarts/ios.mdx b/docs/quickstarts/ios.mdx index fd19fc1cd5..6ee004f264 100644 --- a/docs/quickstarts/ios.mdx +++ b/docs/quickstarts/ios.mdx @@ -23,6 +23,15 @@ description: Add authentication and user management to your iOS app with Clerk. + ## 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.