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 😊
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- Author - Camille Fauchier