pub async fn extract_auth(
headers: &HeaderMap,
container: &'static FrozenDiContainer,
) -> AuthExtractionExpand description
Extract claims and load the server-side session.
Used by the HTTP boundary and plugin routes. Session loading is skipped
entirely (no store round-trip) when no SessionManager is registered.