async fn http_auth<B>(
    req: Request<B>,
    next: Next<B>,
    tls_mode: TlsMode,
    frontegg: Option<&Authenticator>
) -> impl IntoResponse