mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
* feat: add an option to encrypt tokens by default * feat(auth): add OAuth token encryption support * refactor(auth): streamline token handling in OAuth callback by utilizing setTokenUtil * refactor(auth): replace direct token handling with setTokenUtil for improved clarity and maintainability * refactor(auth): unify token handling by utilizing setTokenUtil for access and refresh tokens * docs(auth): enhance documentation for OAuth token encryption, clarifying security risks and benefits * chore: cleanup * update test
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.