Skip to main content

auth_middleware

Function auth_middleware 

Source
pub async fn auth_middleware(
    __arg0: State<Arc<SaasAuthLayer>>,
    request: Request,
    next: Next,
) -> Result<Response, AuthError>
Expand description

Authentication middleware function.