express-jwt-proxy
express-jwt-proxy copied to clipboard
Express middleware for logging in via external JWT service and proxying authenticated calls to an external API service
Results
1
express-jwt-proxy issues
Sort by
recently updated
recently updated
newest added
_Using the latest `0.6.2` from npmjs.com!_ `makeProxiedCall()` have multiple calls to `res.json(body);`. For some reason this is not working correctly for me - I'm getting back the json data as...