Files
Bereket Engida d8683756e2 feat(two-factor): improve two-factor with trust device and state options
- Added trust device functionality allowing users to mark devices as trusted, skipping 2FA on subsequent logins.
- Introduced configuration options for trust device, including cookie name and max age.
- Enhanced two-factor state management with options for storage strategy (cookie, database, or both) and state validity duration.
- Updated documentation to reflect new features and usage examples.
- Removed outdated test file for two-factor plugin.
2025-12-26 18:51:17 -08:00
..
2025-12-14 11:31:49 +09:00
2025-12-25 00:01:06 +08:00
2025-09-02 10:41:54 -07:00
2025-11-12 01:26:05 +00: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.