3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java2,867 forks (2,867 forks)batch import
enhancementgood first issuenew features
Repository metrics
- Stars
- 9,492 stars (9,492 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
登录鉴权要放到长连接里面的第一帧命令里吧。登录可以请求http返回token,长连接建立之后,第一帧发送的应该是login 鉴权命令,成功后才能后续操作。
Contributor guide
- Research direction
- Inspect the current authentication flow in the HTTP login endpoint and WebSocket handler. Implement token validation as the first command after WebSocket connection.
- Tech stack
- java
- Domain
- backendapi
- Issue type
- Feature
- Prerequisites
- JavaGit