authorization

Installation
SKILL.md

NestJS Authorization

When to Use This Skill

Use this skill when:

  • Implementing role-based access control (RBAC)
  • Setting up permission-based authorization
  • Creating custom authorization guards
  • Restricting access based on user roles or permissions
  • Implementing attribute-based access control (ABAC)
  • Integrating CASL for complex authorization
  • Enforcing resource ownership rules
  • Building multi-tenant authorization systems

What is Authorization?

Authorization determines what an authenticated user is allowed to do. It answers the question: "Does this user have permission to perform this action?"

Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 29, 2026