- Added proactive token refresh mechanism (5 minutes before expiration) - Implemented JWT decoding to check token expiration - Added seamless refresh integration with login/logout flows - Improved error handling and cleanup - Integrated with auth store and API client Files modified: - apps/web/src/services/tokenRefresh.ts - apps/web/src/services/api/auth.ts - apps/web/src/stores/auth.ts - VEZA_COMPLETE_MVP_TODOLIST.json |
||
|---|---|---|
| .. | ||
| api | ||
| 2fa-service.ts | ||
| csrf.ts | ||
| marketplaceService.ts | ||
| offline-storage.ts | ||
| offlineQueue.ts | ||
| pwa.ts | ||
| requestDeduplication.ts | ||
| responseCache.ts | ||
| secure-auth.ts | ||
| tokenRefresh.test.ts | ||
| tokenRefresh.ts | ||
| tokenStorage.test.ts | ||
| tokenStorage.ts | ||
| websocket.ts | ||