mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 17:36:42 -05:00
* feat: add support for passing multiple roles as array * docs(admin): update docs * fix(admin): Fix admin role types not referenced correctly when custom roles are not passed * test(admin): add test for multiple roles * fix(admin): Fix duplicate exports of InferRolesFromOption and parseRoles from admin and organization plugin
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.