https://github.com/bahdcoder/jwt-best-practices
https://github.com/bahdcoder/jwt-best-practices
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bahdcoder/jwt-best-practices
- Owner: bahdcoder
- Created: 2020-11-19T20:23:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T01:57:14.000Z (over 4 years ago)
- Last Synced: 2023-11-07T17:36:28.083Z (over 1 year ago)
- Language: JavaScript
- Size: 267 KB
- Stars: 109
- Watchers: 4
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JWT Best Practices
This is the source repository for a tutorial on the best practices for JWT client side authentication.
### Setup
1. Clone this repository: `git clone https://github.com/bahdcoder/jwt-best-practices.git`
2. Install packages for API and start API: `cd /api && yarn && yarn start`
3. Install packages for client and start client: `cd /client && yarn && yarn start`