Hi, i have been read documentation at @okta/oidc-middleware - npm and currently using v5.5.0
I got a problem that when i tried to use ExpressOIDC middleware with proxy
such as http-proxy, http-proxy-agent and tried working as document suggest
`const Issuer = require(‘openid-client’).Issuer;
Issuer.useRequest();
const oidc = new ExpressOIDC({
…
});`
but none of them works well, since request npm package deprecate in 2020
there is way to suggest for ExpressOIDC to working with proxy
sorry for my bad grammar