socketio-jwt icon indicating copy to clipboard operation
socketio-jwt copied to clipboard

This is a fork from auth0, as they have deprecated it on 31.08.2017 and reflects all the community input, dismissed by the original maintainers. It allows you to authenticate incoming socket.io connec...

Results 4 socketio-jwt issues
Sort by recently updated
recently updated
newest added

Thanks for forking and maintaining this plugin. Since Socket.IO 2.1.0, they support dynamic namespace now, it seems that this plugin is not ready for that. Will this feature be added...

Add option to pass along jwt token as cookie instead of as data. Solves this issue: https://github.com/auth0-community/socketio-jwt/issues/57

Can you please add the master as a new version 4.5.1 or 4.6.0? Currently, the only way to use this is to add it referencing master which is not the...

I have submitted the wrong JWT to my server, and my server responds with an 'error', and sends a JSON object as a result instead of emitting 'unauthorized'. The instructions...

bug