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