In this course, we will learn how to secure a NestJS application using bcrypt and session-based authentication. Additionally, we will implement comprehensive testing, including unit tests with mocks and component tests without mocks, while using the MVC pattern throughout.
Overview
Syllabus
- Lesson 1: User Authentication with Bcrypt Password
- Lesson 2: Session Management with Express in NestJS
- Lesson 3: Session-Based Authentication with Passport.js in NestJS
- Lesson 4: Unit Testing with Mocks