Securing Socket.io

后端 未结 3 1120
臣服心动
臣服心动 2020-12-15 21:03

I am using a Node.js based https server that authenticates using HTTP Basic (which is fine as the data are sent over the SSL encrypted connection).

Now I want to pro

3条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-15 21:41

    Although the answer by Linus is basically right, I now solved it in a more easy way using the session.socket.io - which basically does the same thing, but with way less custom-code to write.

提交回复
热议问题