mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 00:39:41 +02:00
Add backend endpoints for user profile management: - GET /auth/profile - retrieve user profile data - POST /auth/profile - update name and profile image - POST /auth/change-password - change password (requires current) - DELETE /auth/account - soft-delete account (requires password) Security features: - Password verification before sensitive actions - Soft-delete preserves data for retention - Security events logged for audit trail - Rate limiting on sensitive endpoints Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dto | ||
| services | ||
| stores | ||
| types | ||
| auth.controller.spec.ts | ||
| auth.controller.ts | ||
| auth.module.ts | ||
| better-auth-passthrough.controller.ts | ||
| better-auth.config.ts | ||
| jwt-validation.spec.ts | ||
| matrix-session.controller.ts | ||
| oidc-login.controller.ts | ||
| oidc.controller.ts | ||