Using SA token to solve WebSocket handshake authentication

preface Compared with the single communication mode of Http, WebSocket can actively push messages from the server to the browser. This feature can help us complete some specific services such as order message push, IM real-time chat and so on. However, WebSocket itself does not provide direct support for "identity authentication", a ...

Posted by dhiren22 on Sun, 13 Feb 2022 17:40:39 +0100