mikenicholson / passport-jwt

Passport authentication using JSON Web Tokens
MIT License
1.96k stars 213 forks source link

Socket.IO authentication #121

Closed erreina closed 7 years ago

erreina commented 7 years ago

Hi, we are currently using passport-jwt for authentication in a project and we needed also to authenticate socket.io connections so I wrote an small middleware passport-jwt.socketio based on passport-jwt. Still is a work in progress but I think users of passport-jwt may be interested. Comments and collaborations are welcome!

Best, Ernesto

mikenicholson commented 7 years ago

Thanks for the info but closing since there is not really anything for me to do.