Update documentation: Remove NoActor bypass references

This commit is contained in:
Moritz 2026-01-23 20:18:28 +01:00 committed by Simon
parent c715a45277
commit b387897adb
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
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:**