veza/apps/web/src/services
senke b618acf30a [FE-API-001] frontend-api: Enable 2FA service calls when backend is ready
- Replaced axios with apiClient for automatic authentication
- Updated URLs to use /auth/2fa/* endpoints (was /2fa/*)
- Fixed verify() to accept (secret, code) matching backend
- Fixed disable() to accept password instead of code
- Enabled TWO_FACTOR_AUTH feature flag
- Service now properly calls backend endpoints

Phase: PHASE-1
Priority: P0
Progress: 9/267 (3.4%)
2025-12-23 01:45:47 +01:00
..
api fix(MVP-013): Add error correlation with request IDs in logs 2025-12-22 23:13:49 +01:00
2fa-service.ts [FE-API-001] frontend-api: Enable 2FA service calls when backend is ready 2025-12-23 01:45:47 +01:00
csrf.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
marketplaceService.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
offline-storage.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
pwa.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
secure-auth.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
tokenRefresh.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
tokenRefresh.ts fix(MVP-011): Simplify token refresh response handling to single format 2025-12-22 23:06:52 +01:00
tokenStorage.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
tokenStorage.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
websocket.ts stabilizing apps/web: FIRST BATCH 2025-12-17 08:07:35 -05:00