docs: update OpenWiki

This commit is contained in:
tim
2026-08-08 18:09:52 +00:00
committed by github-actions[bot]
parent 37616a9316
commit c67c549f48
4 changed files with 10 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ sequenceDiagram
Client->>Hub: JoinLobby(lobbyCode)
Hub->>Hub: GetAuthenticatedUserId()
Hub->>Service: JoinGameAsync(lobbyCode, userId, connectionId)
Hub-->>Client: Broadcast "PlayerJoined" (GameStateDto)
Hub-->>Client: Broadcast PlayerJoined (GameStateDto)
```
*Sequence diagram showing user authentication via REST and subsequent authenticated SignalR WebSocket connection.*