An open API service indexing awesome lists of open source software.

https://github.com/bahdcoder/jwt-best-practices


https://github.com/bahdcoder/jwt-best-practices

Last synced: about 2 months ago
JSON representation

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`