Tencent / TSW

Tencent Server Web
https://tswjs.org/
Other
1.81k stars 184 forks source link

websocket连接如何鉴权 #530

Closed meiqi502 closed 2 years ago

meiqi502 commented 2 years ago

按照文档说明,配置wsRouter并补充 onConnection onMessage onError onClose

不清楚连接鉴权应该在哪里处理?在onConnection回调中去鉴权吗? ws 库有个verifyClient的配置暴露给使用者去自定义鉴权逻辑 但是看源码里除了server没有再传入其他的初始化参数。

Zack921 commented 2 years ago

你应该用的还是 1.0 的版本?这里的源码是 2.0 的版本。 另外 tsw2.0 只 hack 了 http.server/https.server, 没有对 ws 作处理。