auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
637 stars 308 forks source link

Old version of agent-base causes problems with shopify-api-node #530

Closed BjoernRave closed 4 years ago

BjoernRave commented 4 years ago

Related: https://github.com/MONEI/Shopify-api-node/issues/385#issuecomment-678330920

When trying to use the shopify-api-node, I encounter the error in the above link, which apparently is caused by an old version of base-agent. Is there a way to update the library to >= 5 ?

davidpatrick commented 4 years ago

Thanks for opening this @BjoernRave I will have a look

BjoernRave commented 4 years ago

that's great, thanks alot @davidpatrick :)

jimmyjames commented 4 years ago

Relates to these issues, and this is something we are looking into as @davidpatrick said above:

davidpatrick commented 4 years ago

https://github.com/TooTallNate/node-proxy-agent/pull/55

apexad commented 4 years ago

https://github.com/TooTallNate/node-proxy-agent/pull/55 iz merged as v4.0.0 so now it looks like this still needs to be pushed up the chain to super-agent-proxy and rest-facade in order to get auth0 fixed.

apexad commented 4 years ago

Created https://github.com/TooTallNate/superagent-proxy/pull/37