/hello-graphql-session-nestjs

A demo implementation of authentication using NestJS + GraphQL + Session + Passport

Primary LanguageTypeScript

Description

A demo implementation of authentication using NestJS + GraphQL + Session + Passport

** ! Actually not working due to session issues ! **

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

API

You can find a Postman collection documenting the API online or in the included hello-graphql-session-nestjs.postman_collection.json