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