if I’m using buddy for token auth, how do I set up a websocket endpoint that can access the auth backend so I can retrieve the “user” that is connecting to the websocket
this is my first time with websockets, I apologize if this question doesn’t make sense
also, does immutant.web.middleware/wrap-websocket
allow for a secure wss
connection?