mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
docs: correct Captcha plugin default option description
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user