服务器端使用jwt做http鉴权,保存在cookie中。
但websocket不能使用HttpOnly的cookie问题。
服务端 port=3030:
const app = express()
const http = require('http')
const server = http.createServer(app);
const
服务器端使用jwt做http鉴权,保存在cookie中。
但websocket不能使用HttpOnly的cookie问题。
服务端 port=3030:
const app = express()
const http = require('http')
const server = http.createServer(app);
const