mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
* feat(passkey): allow custom passkey name during registration * lint * docs: specify name prop in passkey docs * chore: add changeset * chore: changeset * chore: update changeset * remove changest --------- Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.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.