jwt-auth-example
Code for https://www.youtube.com/watch?v=25GS0MLT8JU
Make sure to setup PostgreSQL for the GraphQL server
- Install PostgreSQL on your computer
- Create database called
jwt-auth-example
- Add a user with the username
postgres
and and no password. (You can change what these values are in the ormconfig.json)