Rbac Designer

Design the authorization model itself — fine-grained permissions on resources composed into roles, with the right amount of resource/tenant scoping — instead of scattering role-name checks through handlers. Use when building multi-user or multi-tenant authorization, when `if user.isAdmin` checks are sprawling across the codebase, or when 'who can do what' needs a real model rather than ad-hoc gates.

imtiazrayhan 158c842 9.4 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/rbac-designer commit 158c842cb4

Frequently asked questions

npx skillmds@latest add imtiazrayhan/rbac-designer