mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-22 11:56:07 -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.