[feat] 新增WebSocket鉴权

This commit is contained in:
hsdllcw
2024-09-29 10:42:22 +08:00
parent 11720687e5
commit 8f0dbe9fc5
2 changed files with 4 additions and 1 deletions

View File

@@ -22,4 +22,6 @@ public class TokenConstants
*/
public final static String SECRET = "abcdefghijklmnopqrstuvwxyz";
public final static String WEBSOCKET_HEADER = "Sec-WebSocket-Key";
}