Secure JWT tokens Example
Example application to demonstrate the use of JWT tokens.
Usage
- Run
npm installor any other command to install dependencies. - Run
npm run buildto build the application. - Run
npm startto start the application - It'll start listening on port 3000 and you can access it at
http://localhost:3000/sitefor the frontend orhttp://localhost:3000/apifor the backend.
Caveats
- The application is not production ready.
- The application is not fully secure.
- It wasn't done using the best practices