Files
better-auth/docs
Ahmed c8de1617b2 fix: accept secure cookie flag on getSessionCookie helper (#1716)
* fix: getSessionCookie function and improve docs.

* docs: fix typo

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-03-12 08:47:13 +03:00
..
2025-03-08 10:08:42 +03: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.