aboutsummaryrefslogtreecommitdiff
path: root/src/app/api
Commit message (Collapse)AuthorAgeFilesLines
* feat(2fa): implement google authenticator 2faschererleander2025-12-261-0/+97
| | | | | | | | | | - 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
* refactor(api): enhance profile image upload security and validationschererleander2025-12-261-158/+31
|
* refactor(api): simplify password update logicschererleander2025-12-261-44/+9
|
* refactor(api): optimize profile update route and error handlingschererleander2025-12-261-28/+16
|
* refactor(api): optimize register route and improve error handlingschererleander2025-12-261-17/+10
|
* refactor(auth): cleanup auth options and remove manual db connectschererleander2025-12-261-1/+1
|
* feat: add user management APIschererleander2025-07-023-0/+353
|
* feat: add authentication APIschererleander2025-07-022-0/+67