Introduction


Session-based authentication is everywhere — yet many developers use it daily without fully understanding how it actually works.

In this series, we will build a real, production-style session-based authentication system using NestJS, Passport, Redis, and HTTP cookies. Along the way, we will demystify what happens on every...