mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-19 12:28:05 -05:00
- 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.
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.