mitgliederverwaltung/lib/mv/authorization
Moritz 4d3a64c177
Add Role resource policies (defense-in-depth)
- PermissionSets: Role read :all for own_data, read_only, normal_user; admin keeps full CRUD
- Role resource: authorizers and policies with HasPermission
- Tests: role_policies_test.exs (read all, create/update/destroy admin only)
- Fix existing tests to pass actor or authorize?: false for Role operations
2026-02-04 14:07:38 +01:00
..
checks refactor: reduce nesting in HasPermission.strict_check_with_permissions 2026-02-04 13:29:41 +01:00
actor.ex Doc: Actor maybe_load_role comment; ActorIsAdmin system user = admin 2026-02-03 16:07:39 +01:00
authorization.ex docs: Update domain Public API documentation 2026-01-20 15:50:08 +01:00
permission_sets.ex Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00
role.ex Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00