You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But you are not connecting directly with that lib to socket.io, it's only sending "messages" trough redis serwer. There is no need for such tokens, you just need redis serwer which will be a bridge between socket.io server and other emitters.
Is it possible to add a query parameter when connecting to a socket.io server, so that client can be authenticated (via JWT)?
In a javascript client, it is as easy as:
The text was updated successfully, but these errors were encountered: