web-socket
web-socket copied to clipboard
Auth doesn't work.
I got the websocket set up, pasted in the auth methods, but $conn->WebSocket doesn't contain a request object. Is it possible to get the cookies some other way? $conn has a httpRequest, however, that's an instance of \GuzzleHttp\Psr7\Request, and I can't seem to find a way to get cookies from that.