port-nimara-client-portal/server/api/auth
Matt c6f81a6686 Refactor authentication to use centralized session manager
Extract session management logic from middleware into reusable SessionManager utility to improve reliability, reduce code duplication, and prevent thundering herd issues with jittered cache expiry.
2025-07-11 14:43:50 -04:00
..
keycloak FEAT: Implement Keycloak client with circuit breaker and retry logic for improved authentication resilience 2025-06-17 14:50:34 +02:00
logout.ts FEAT: Migrate authentication system from Directus to Keycloak, implementing token refresh and enhancing session management 2025-06-15 17:37:14 +02:00
refresh.ts Refactor authentication to use centralized session manager 2025-07-11 14:43:50 -04:00
session.ts Refactor authentication to use centralized session manager 2025-07-11 14:43:50 -04:00