Overview

This package offers a set of services, functions and controllers that helps the NestJs developer to build a robust authorization system around the application.

This package follows Permission-Based Access Control (PBAC) model, this means that permission to access some resource will be determined by what permissions the user have and compared against the required permission for that same resource.

Last updated