fix: NCS-122 send WS token via first-message auth instead of query param #13

Merged
lq64 merged 1 commits from fix/NCS-122-ws-auth-header into main 2026-06-17 10:50:17 +02:00

1 Commits

Author SHA1 Message Date
LQ63 68395f820c fix(ncs-122): send WS token via first-message auth instead of query param
Remove token from WebSocket URL query parameters in ChallengeWebSocketService
and GameApiService. Instead, send {"type":"auth","token":"..."} as the first
text frame after the connection opens, matching the new backend auth protocol.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:42:38 +02:00