api-auth-guards
Installation
SKILL.md
Auth Guards
Purpose
Generate NestJS guards for authentication (JWT, API key) and authorization (roles, permissions) with tenant context validation.
When to Use
- Protecting API endpoints with authentication
- Implementing role-based access control (RBAC)
- Adding permission checks
- Validating tenant context