My Express application populate a request.user property after I have authenticated the user.
socket.request however does not have the user property in it. Is socket.request same as the request from Express? If not, is there a way to access that request object from Express?
via Old Geezer
No comments:
Post a Comment