socketio-auth
socketio-auth copied to clipboard
Authentication module for socket.io
Hi, I've been trying to get socketio-auth working with a site that uses namespaces. I could be missing something but I think I've found an issue and written a fix...
I have an Android client application that needs to be able to retry establishing the connection when it was timed out because of the Authentication event not being emitted or...
I want to send the userId from the client to server,so after the user is athenticated ,from then clinet side i want to emit the userId to the server .I...
In your example, you set the user on the socket object in the postAuthenticate function. Do you see an issue if we set the user on the socket in the...