2 posts tagged with "jwt"

    node: testing protected apis with supertest

    2022-11-28

     | 

    ~3 min read

     | 

    547 words

    I previously wrote about testing node APIs with Supertest, but what about a protected route? One which requires a valid JWT associated with…

    jwts in context

    2022-11-28

     | 

    ~1 min read

     | 

    127 words

    One of the projects I enjoyed working on the most was creating a unified concept of a user between three separate applications. In doing so…

Return to all tags