Git Product home page Git Product logo

Comments (1)

adamjmcgrath avatar adamjmcgrath commented on September 23, 2024

Hi @heidemn-faro - thanks for raising this

There are lots of ways you can test JWTs and it would be out of scope of this SDK to teach you - so I'm going to close this.

I tend to avoid adding test code to the actual deployable code - so I wouldn't recommend checking the NODE_ENV at runtime personally, but if you want to - you can use the validators config to disable specific claim checks and use things like expired JWTs to test.

There's some good examples of testing JWTs in this repo if you take a look at the code. Namely https://github.com/auth0/node-oauth2-jwt-bearer/blob/main/packages/access-token-jwt/test/helpers.ts#L25 - in this example we generate an asymmetric key pair for each test and make the public key available using nock and sign the test JWT with the private key - so this is a good option if you want to do integration style tests with the library.

For unit tests, you can of course stub the auth middleware all together.

from node-oauth2-jwt-bearer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.