Skip to main content

extract_auth

Function extract_auth 

Source
pub async fn extract_auth(
    headers: &HeaderMap,
    container: &'static FrozenDiContainer,
) -> AuthExtraction
Expand 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.