Adam Mcgrath

Results 89 comments of Adam Mcgrath

My preference would be nyc support and improving that tool, but I can't offer any help with that at the moment, so don't mind if you want to proceed with...

Hi @m3c-ode - thanks for raising this Currently we only publish `express-oauth2-jwt-bearer` for Express.js apps - but if you can get Nest.js working with `express-jwt` there's no reason why you...

Closing due to innactivity

Hi @d3vv3 - I have a branch with Back-Channel Logout implemented here https://github.com/auth0/express-openid-connect/blob/back-channel-logout/BACK_CHANNEL_LOGOUT.md If you're planning on trying it out, would love to hear your feedback

Hi @ci-vamp - this issue was closed a while ago. If you think there's a problem with the SDK, please raise a new issue with steps to reproduce and we...

> RTR disabled Also, ☝️ this is the better setting for Web Applications (concurrency is difficult to handle in web apps and concurrent requests from different servers can trigger breach...

Thanks for raising this @nordicgit70 > [Joi-browser](https://www.npmjs.com/package/joi-browser) is deprecated and should not be part of the server bundle. Will take a look at upgrading to @hapi/[email protected]

Hi @abhi-codal - thanks for raising this I've not seen this error before and can't reproduce it on the sample app. Could you share a repo that demonstrates the issue...

TBH am thinking of reverting back to `separateSteps: false` on our app, because tests timing out while your debugging steps can be a nuisance. eg. Step A Step B //...