mitgliederverwaltung/lib/mv/authorization
Moritz ef4df57a6f
Restrict Actor.ensure_loaded to Mv.Accounts.User only
Pattern match on %Mv.Accounts.User{} instead of generic actor.
Clearer intention, prevents accidental authorization bypasses.
Non-User actors are returned as-is (no-op).
2026-01-27 10:23:13 +01:00
..
checks Add centralized Actor.ensure_loaded helper 2026-01-27 10:23:10 +01:00
actor.ex Restrict Actor.ensure_loaded to Mv.Accounts.User only 2026-01-27 10:23:13 +01:00
authorization.ex docs: Update domain Public API documentation 2026-01-27 10:13:55 +01:00
permission_sets.ex Clarify User.update :own in permission sets 2026-01-27 10:23:07 +01:00
role.ex security: remove is_system_role from public API 2026-01-06 19:04:03 +01:00