/nestJS-study

discord oauth2 with jwt session and mongodb

Primary LanguageTypeScript

Description

The goal of this project was to create an implementation of discord oauth2 authentication using NestJS. It features JWT session and user storage in a local mongoDB.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev