Files
NexaFabric/frontend
nessi 45baa6ae7a
CI / backend (push) Failing after 3s
CI / frontend (push) Failing after 26s
feat: add JWT refresh token support with automatic token renewal and session expiration handling
Add /auth/refresh endpoint to issue new access tokens using refresh tokens with token type validation and user activity checks, implement automatic token refresh on 401 responses with single retry logic in frontend API client, add authorizedFetch helper for non-JSON endpoints with refresh support, store both access and refresh tokens in localStorage with clearTokens cleanup helper, add nexafabric.authExpired event
2026-07-09 14:27:46 +02:00
..