Authentication that gets encoded into an arbitrary cookie.
Not possible for WebSocket authentication from the browser, due to browser WebSocket connections not being
able to pass arbitrary headers.
{type:"header", keyPair: ["X-My-Auth", "My Secret"]} would be encoded as the header value
Authentication that gets encoded into an arbitrary cookie. Not possible for WebSocket authentication from the browser, due to browser WebSocket connections not being able to pass arbitrary headers.
{type:"header", keyPair: ["X-My-Auth", "My Secret"]}would be encoded as the header value