docs: synchronize multiplayer progress checklist

This commit is contained in:
Josh Creek
2026-08-31 20:50:24 +01:00
parent e702661388
commit b1b4608dd8
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -45,9 +45,10 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
## Phase 8 — identity and security
- [ ] Validate Steam Web API tickets only in the secure backend; issue
revocable sessions and reconnect-safe match/identity/slot authorisations
with server-owned connection-generation fencing.
- [ ] **IN PROGRESS:** Validate Steam Web API tickets only in the secure backend;
issue revocable sessions and reconnect-safe match/identity/slot authorisations
with server-owned connection-generation fencing. Pure Go ticket/session and
reconnect policies exist; production Steam/backend adapters remain.
- [ ] **IN PROGRESS:** Authenticate results with pod/GameServer-bound workload
identity; make identical duplicates idempotent and conflicting results
inert/alerting. Pure Go binding, hashing, reconciliation, and SQL boundaries exist;