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.