Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 920 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 920 Bytes

NestJS Authentication and Authorization Guide

Description

This repository provides a comprehensive guide and codebase for implementing authentication and authorization processes in a NestJS project using the Passport middleware module. Feel free to explore and enhance the codebase according to your project needs. Happy coding! Check the related article here 😊

image

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Stay in touch