NestJs Sessions

The ultimate guide to implementing session authentication in NestJs

ebook

Get it for free!

Session based authentication is a critical part of most applications! Sadly NestJs documentation is rather light on the subject. This ebook is here to change that!

Discover how you can leverage sessions in your NestJs application and scale them like a pro with Redis database.

  • checkLearn about Sessions and why you need them
  • checkLearn about Authentication and Authorization
  • checkLearn about Cookies
  • checkImplement Sessions from scratch
  • checkLearn how to scale your session store with Redis