Function http_auth

Source
async fn http_auth(
    req: Request,
    next: Next,
    tls_enabled: bool,
    authenticator: Arc<Authenticator>,
    allowed_roles: AllowedRoles,
) -> impl IntoResponse + use<>