Files
better-auth/docs
reslear 38e422e4c4 feat: link account with idToken (#1830)
* add idToken to link account

* add docs

* Implemented linking accounts based on idToken

* fix: tests

* docs: prevent diff

* docs: prevent diff

---------

Co-authored-by: kzlar <120426485+kzlar@users.noreply.github.com>
2025-06-20 15:01:06 -07:00
..
2025-06-12 22:11:44 -07:00
2025-05-23 12:44:51 -07:00
2025-05-23 12:44:51 -07:00
2025-03-08 10:08:42 +03:00
2025-05-23 12:44:51 -07:00

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.