Revisit the post about protecting endpoints in Nestjs: a nice decorator is introduced!
In this post, I explain how to protect your whole application with a guard against unauthorized access and mostly how to disable the guard for specific controllers and routes.
In this post, I describe a way to set up your development environment that enables you to write more integration tests for Nestjs applications that use MongoDB.
Impersonation is the ability of users to act as other users. In this post, we present one approach to implement impersonation and we illustrate principles with code from Nestjs.