Update documentation: Remove NoActor bypass references
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2026-01-23 20:18:28 +01:00
parent a6cdeaa18d
commit f5fe7b0fcd
Signed by: moritz
GPG key ID: 1020A035E5DD0824
5 changed files with 73 additions and 137 deletions

View file

@ -262,7 +262,7 @@ The bypass is not a design choice but a **technical necessity** due to Ash's pol
- ✅ UPDATE operations via HasPermission with `scope :own`
- ✅ Admin operations via HasPermission with `scope :all`
- ✅ AshAuthentication bypass (registration/login)
- ✅ NoActor bypass (test environment)
- ✅ Tests use system_actor for authorization
**Key Tests Proving Pattern:**