xaf-security
Installation
SKILL.md
XAF: Security System
Overview
XAF Security System provides role-based access control (RBAC) via SecurityStrategyComplex. It controls:
- Authentication — who can log in
- Authorization — what they can see and do (type/object/member level)
- ORM-level filtering: queries auto-modified so users only retrieve permitted records
- UI: navigation items, editors, actions hidden/disabled based on permissions