From a9579f97b67202ddf09c135bbf69d423dcac32d4 Mon Sep 17 00:00:00 2001 From: Taesu Date: Thu, 15 Jan 2026 23:48:10 +0900 Subject: [PATCH] docs: correct Captcha plugin default option description --- docs/content/docs/plugins/captcha.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/plugins/captcha.mdx b/docs/content/docs/plugins/captcha.mdx index b5ec17d24f..1b8268b200 100644 --- a/docs/content/docs/plugins/captcha.mdx +++ b/docs/content/docs/plugins/captcha.mdx @@ -84,7 +84,7 @@ The **Captcha Plugin** integrates bot protection into your Better Auth system by - **`provider` (required)**: your captcha provider. - **`secretKey` (required)**: your provider's secret key used for the server-side validation. -- `endpoints` (optional): overrides the default array of paths where captcha validation is enforced. Default is: `["/sign-up/email", "/sign-in/email", "/forget-password",]`. +- `endpoints` (optional): replaces the default array of paths where captcha verification is enforced. If set, only the specified paths will be protected. Default is `["/sign-up/email", "/sign-in/email", "/request-password-reset"]`. - `minScore` (optional - only *Google ReCAPTCHA v3*): minimum score threshold. Default is `0.5`. - `siteKey` (optional - only *hCaptcha* and *CaptchaFox*): prevents tokens issued on one sitekey from being redeemed elsewhere. - `siteVerifyURLOverride` (optional): overrides endpoint URL for the captcha verification request. \ No newline at end of file