Abblix.Oidc.Server.MinimalApi.Features.SessionManagement Namespace
| Classes | |
|---|---|
| CheckSessionResponseCache | In-memory cache for formatted check-session results. The result objects are stateless (they hold only the HTML template and mint a fresh nonce per execution), so caching them across requests is safe. |
| CheckSessionResponseCachingDecorator | Adds caching to ICheckSessionResponseFormatter, reusing the formatted result for a given cache key. |
| EndSessionResponseFormatterDecorator | Decorates IEndSessionResponseFormatter to delete the session-management cookie when session management is enabled, so the browser's logged-in state is cleared as part of logout. |
| Interfaces | |
|---|---|
| ICheckSessionResponseCache | Caches formatted check-session results keyed by the response's cache key. |