there is no way to use that at the moment for web sockets. You should enable JWTs in our session and then fetch the JWT on the frontend and use that in the websocket event message instead.
On the backend, you can verify the JWT using any jwt verification lib.
l
Luca
04/12/2023, 11:01 AM
Okay, thank you very much. It is working now. I am sending the jwt in websocket connection params to the backend.