jwt-best-practices
jwt-best-practices copied to clipboard
JWT Best Practices
This is the source repository for a tutorial on the best practices for JWT client side authentication.
Setup
- Clone this repository:
git clone https://github.com/bahdcoder/jwt-best-practices.git - Install packages for API and start API:
cd /api && yarn && yarn start - Install packages for client and start client:
cd /client && yarn && yarn start