mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-03 08:49:26 -05:00
* fix(cli): incorrect api for auto increment in drizzle schema generation(#3940) * fix(organization): make plugin schema compatible with exactOptionalPropertyTypes; build schema object without undefined optional keys and merge team tables conditionally; keep session fields literal and add teams conditionally * fix: restore non-Node.js support by lazily importing * test * cleanup * clean up * lint * fix(email-otp): type issue with extractOptionPropertyTypes (#3961) * docs: add github star count in the community section (#3960) * github star count * cubix issue fix --------- Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com> * chore: lint --------- Co-authored-by: Ben Agnew <78829885+ben-agnew@users.noreply.github.com> Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com> Co-authored-by: Dagmawi Babi <44819176+dagmawibabi@users.noreply.github.com> 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.