Small example demonstrating pseudo authentication and JWT.
- Clone this repo
- Install the dependencies for frontend and backend
- copy
.env.example
files in frontend and backend to.env
and fill in your secrets - Start frontend and backend
- Take a look at the linked resources and happy hacking ;)