Skip to content

Abblix.Oidc.Server.MinimalApi.Features.SessionManagement Namespace

Classes
CheckSessionResponseCacheIn-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.
CheckSessionResponseCachingDecoratorAdds caching to ICheckSessionResponseFormatter, reusing the formatted result for a given cache key.
EndSessionResponseFormatterDecoratorDecorates 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
ICheckSessionResponseCacheCaches formatted check-session results keyed by the response's cache key.