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
{{ message }}
This repository was archived by the owner on Jan 31, 2019. It is now read-only.
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 would like to ask if there is a the right way of using postAuthentcate?I used like this
require('socketio-auth')(io, {
authenticate: function (socket, data, callback) {