jwt-auth-example

Stars
471

jwt-auth-example

Code for https://www.youtube.com/watch?v=25GS0MLT8JU

Make sure to setup PostgreSQL for the GraphQL server

  1. Install PostgreSQL on your computer
  2. Create database called jwt-auth-example
  3. Add a user with the username postgres and and no password. (You can change what these values are in the ormconfig.json)