socketio-jwt
socketio-jwt copied to clipboard
Authenticate socket.io incoming connections with JWTs.
Results
2
socketio-jwt issues
Sort by
recently updated
recently updated
newest added
## What changes this PR introduce? If a middleware sets the token for the request, its not present in the handshake and therefore not authorized. This supports also a auth...
### Question Hey! Can you help me please regarding using @thream/socketio-jwt with 'require'? Currently, I am getting error code: 'ERR_REQUIRE_ESM'. I can't use the module type (import) since my entire...
question