A demo implementation of authentication using NestJS + GraphQL + Session + Passport
** ! Actually not working due to session issues ! **
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
You can find a Postman collection documenting the API online or in the included hello-graphql-session-nestjs.postman_collection.json