Basic understanding of cim architectureJavaWebSocket authentication
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
20
調査方針
Review the current login flow in cim server (likely based on Netty). The issue suggests using HTTP to obtain a token and then sending a login command as the first frame over the WebSocket. Investigate the existing WebSocket handler and authentication logic in the codebase. Consider how to integrate token validation and session management without breaking existing functionality.