Feature deep-dive
Permission-based access without the spreadsheet
Permissions, wildcards and per-user overrides with a 5-minute in-memory cache — fast and safe.
The problem
Role-only access models force you to invent a new role every time someone has a slightly different need. The matrix grows out of control.
What you get
Permission-based
Define what users can do, not just what they are. Permissions compose into roles.
Wildcards
Patterns like 'admin.*' grant whole categories of access without listing every leaf.
Per-user overrides
Grant or revoke specific permissions to individual users without touching the role definition.
Cached for speed
Permission checks resolve in microseconds with a 5-minute in-memory cache.
Plays well with
RBAC scopes Reports, Dashboards, Tickets, Reservations and every other module — one permission system for the whole platform.