This is a testing repo to test how jwt works to gain more knowledge about internals of it.
To run this in local machine, clone this repo
git clone https://github.com/mohan2406/jwt_testing.git
Check nodejs is available by running
node --version
in powershell or bash. if not Install nodejs
Then run
node server.js
Then open another terminal and serve the index.html file with static server like if you have python then run python -m http.server 3000 or jwebserver if you have java