ExpressGateway / express-gateway

A microservices API Gateway built on top of Express.js
https://www.express-gateway.io
Apache License 2.0
2.97k stars 344 forks source link

[Bug] OAuth2-Introspect - timeout not set on endpoint #956

Closed tagkiller closed 4 years ago

tagkiller commented 4 years ago

Hi' @XVincentX,

I have an issue with OAuth2-Introspect : I can't configure a timeout on the specified endpoint. If the service is not ready or is down for some reason I have to wait (if I'm not wrong) 30 seconds which is the default value for superagent. I have a pull request ready to be merged.

Thanks in advance