Sam Adams

Results 28 comments of Sam Adams

This PR hopefully help with the second case (which is something we were seeing when developing with nestjs): https://github.com/mochajs/mocha/pull/5032

@amerryma did you make any progress?

@amerryma i think it's worth creating the PR at this point.

@Uzlopak looks like it might be a false positive. Windows tests ok for v14/v18 and i can't think of anything that might be low-level enough to affect just that set...

This issue is still helping people (me) all this time later 🤣 In case it helps anyone else further, i had to adapt @Jordan24's example like so in typescript (also...

Just had the same issue with `"@aws-sdk/client-sqs": "^3.245.0"` (thanks to @RanVaknin for the code to manually setup the node provider - worked a treat!). For more context: we are using...

fwiw i think option 3 is the best: > 3. make jwksUri OR getKeysInterceptor be required (rather than jwksUri being required). If jwksUri is not set, don't fall back.

I put this PR up just because i had already done it the `jwksUriFallback` boolean way for my specific case: https://github.com/auth0/node-jwks-rsa/pull/389 but happy to change to whataever

I was just coming to this repo to start on this feature - nice one!