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. |
||
|---|---|---|
| .. | ||
| keycloak | ||
| logout.ts | ||
| refresh.ts | ||
| session.ts | ||
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. |
||
|---|---|---|
| .. | ||
| keycloak | ||
| logout.ts | ||
| refresh.ts | ||
| session.ts | ||