How do I secure Socket.IO?

前端 未结 2 764
旧时难觅i
旧时难觅i 2020-12-10 10:40

I\'ve been working with Socket.IO for a few days and it\'s been both extremely exciting and even more frustrating. The lack of current documentation/tutorials has made learn

2条回答
  •  离开以前
    2020-12-10 11:05

    The excellent passport framework for express uses secure cookies to validate identity. There is even a module to access it from socket.io.

提交回复
热议问题