| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(auth): add two-factor authentication support | schererleander | 2025-12-26 | 1 | -11/+5 |
| | | |||||
| * | feat(2fa): implement google authenticator 2fa | schererleander | 2025-12-26 | 1 | -2/+19 |
| | | | | | | | | | | | - add otplib and qrcode dependencies - update user model with 2fa fields - add twoFactorCode to validation schema - implement api routes for setup, enable, disable - add 2fa verification in auth flow - add 2fa management ui in settings - implement 2fa challenge in login page | ||||
| * | fix(auth): add error handling to authorize credentials | schererleander | 2025-12-26 | 1 | -11/+16 |
| | | |||||
| * | refactor(auth): cleanup auth options and remove manual db connect | schererleander | 2025-12-26 | 1 | -33/+10 |
| | | |||||
| * | chore: remove unused mongodbadapter | schererleander | 2025-07-14 | 1 | -2/+0 |
| | | |||||
| * | feat: add libraries and utilities | schererleander | 2025-07-02 | 1 | -0/+87 |
