-
A JSON Web Token (JWT) library with the following functions:
- Sign
- Decode
- Verify
-
Following Test Driven Development (TDD) principals
-
Using Jest as the test framework
-
Bootstrapping the application with tsdx
- No, please use a trusted library like
jsonwebtoken
by Auth0 - Only if you build out all the features and test, test & then test again
- Learn about testing with Jest & TDD
- Security
- JWTs protect your systems resources
- Understanding how each bit of your auth works will help you keep it secure
- This guide will help you understand how JWTs work
- Security is important and as a developer it's your job to keep the system secure