Authorisation Pattern

Security pattern for implementing access control and authorization. Use when designing permission systems, implementing RBAC/ABAC, preventing unauthorized access, addressing privilege escalation, or ensuring users can only perform allowed actions on permitted resources. Addresses "Entity performs disallowed action" problem.

igbuend 9028bb3 4.7 KB Updated

File contents

igbuend/grimbard/tree/main/skills/authorisation-pattern commit 9028bb3b4b

Frequently asked questions

npx skillmds@latest add igbuend/authorisation-pattern