-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Expected Behaviour
JWT Auth works with custom http agent to support eg. proxy servers or custom dns resolving
Actual Behaviour
JWT uses node-fetch without any means to configure the http agent
Description
Some IT environments have additional requirements such as forcing users to use a http proxy with authentication or having other custom requirements. For this node-fetch foresees passing in an agent option, that allows custom network handling. See https://github.com/node-fetch/node-fetch#custom-agent https://nodejs.org/api/http.html#http_class_http_agent .
I propose extending the options of auth to allow setting an agent.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request