mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
* feat: add have i been pwned first draft plugin * fix: remove error being thrown when no password or body * fix: return the ctx and ctx body check * feat: add custom message option * feat: add first draft docs for plugin * fix: import in docs * fix: big typo * fix: typo * fix: typo and correct error message * fix: typo and options optional * fix: small fixes import and safe options * feat: add tests - not sure i totaly understand getTestInstance :( * fix: lint * simplify checks and fix tests * feat: add "Have I Been Pwned" plugin to sidebar and update documentation * build --------- Co-authored-by: Bereket Engida <bekacru@gmail.com>
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.