We don't need WebSocket tickets, so we just authenticate the client with the session ID.
The session token should not be included in the url because it is not encrypted with https. Instead, the session token should be transmitted as the first client -> server packet. The authentication packet could look like this:
We don't need WebSocket tickets, so we just authenticate the client with the session ID. The session token should not be included in the url because it is not encrypted with https. Instead, the session token should be transmitted as the first client -> server packet. The authentication packet could look like this: