veza/apps/web/src/services/api
senke 63c5a1bc29 [FIX] Add cooldown for proactive token refresh to prevent rate limiting
- Add 5-second cooldown between proactive token refreshes
- Prevents multiple refresh requests when multiple API calls happen simultaneously
- Reduces rate limit errors from excessive refresh requests
2026-01-04 01:44:13 +01:00
..
auth.test.ts BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
auth.ts [INT-TYPE-008] Validate AuthResponse matches backend exactly 2025-12-25 22:39:41 +01:00
client.test.ts [FE-API-006] fe-api: Add API request/response logging 2025-12-25 11:18:27 +01:00
client.ts [FIX] Add cooldown for proactive token refresh to prevent rate limiting 2026-01-04 01:44:13 +01:00
clientWithValidation.ts [FE-TYPE-003] fe-type: Add Zod schemas for all API requests 2025-12-25 14:36:32 +01:00
index.ts [INT-CLEANUP-004] Add barrel exports for clean imports 2025-12-26 09:25:52 +01:00
typedClient.ts [FE-TYPE-010] fe-type: Add type safety for API client 2025-12-25 14:48:35 +01:00