Secure actor-owned game API routes

This commit is contained in:
2026-07-25 08:50:41 +00:00
parent 6889c463fd
commit a9d6541c18
13 changed files with 301 additions and 118 deletions
+2 -2
View File
@@ -69,5 +69,5 @@ These are loaded from `.env.ci` and can be overridden per run.
- `auth.bootstrapLocal` only works when no users exist; the test resets the DB
to satisfy this precondition.
- `profiles.installNow` seeds the scenario and auto-creates the admin general.
- The test runs turn processing via `turnDaemon.run` and validates founding
rules at the third turn.
- The test runs turn processing via administrator-authorized
`turnDaemon.run` and validates founding rules at the third turn.