mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
* feat: Adding support for HCaptcha and Google ReCAPTCHA v3 * docs: Update captcha plugin documentation with reCAPTCHA v3 and hCaptcha * fix: Restrict captcha verification to email sign-in and sign-up + updated documentation
Better Auth Docs
This is the documentation site for Better Auth.
Contributing
To contribute to the docs, you can clone the repo and run the docs site locally.
pnpm install
pnpm run dev
This will start the docs site on http://localhost:3000.