Skip to content

A practice project to try Session based and JWT based authentication in NestJS

Notifications You must be signed in to change notification settings

utsavdotpro/auth-nestJS

Repository files navigation

Auth-NestJS

A simple back-end project to implement user authentication with the Session and JWT method. Check the following branches for the implementation:

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Credits


Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

About

A practice project to try Session based and JWT based authentication in NestJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published