zerobyte/app/client
Jakub Trávník a4d0c7b0c9 feat: add two-factor authentication (TOTP) support
- Add 2FA endpoints for setup, enable, disable, and verify
- Encrypt TOTP secrets with AES-256-GCM before storing
- Require password for both enabling and disabling 2FA
- Invalidate all sessions when 2FA status changes
- Add QR code display using qrcode.react (client-side)
- Add 2FA verification step in login flow
- Add CLI recovery command: 2fa disable -u <username>
- Add success variant to Badge component
- Update README with 2FA documentation
2026-01-03 00:19:04 +01:00
..
api-client feat: add two-factor authentication (TOTP) support 2026-01-03 00:19:04 +01:00
components feat: add two-factor authentication (TOTP) support 2026-01-03 00:19:04 +01:00
hooks refactor: allow to run without the SYS_ADMIN cap for simple setups (#138) 2025-12-16 18:02:54 +01:00
lib Feat/notifications alerts (#52) 2025-11-22 14:58:21 +01:00
modules feat: add two-factor authentication (TOTP) support 2026-01-03 00:19:04 +01:00
routes refactor(breadcrumbs): use handler & match pattern 2025-11-13 22:28:53 +01:00