Hello...
How exactly should I be authenticating the websocket with the MM server? I am using the api and have a custom implementation of chat inside our angular app. I login the user inside the app and the use the token provided in there to generate the Bearer header for authenticating with the API. I have also been using that same authentication token for the websocket. Should I be passing the token as a get variable instead to the websocket?
Anything you can suggest would be greatly helpful.
Thsank you.