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.