2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00
socketio-jwt/lib
Pieter Jan De Smedt dac693930b fix(lib/index.js) return auth.success
Next step would not execute because no function(socket, next) was returned in case of successful verification in the 'one roundtrip' (handshake) approach.
Returning auth.success instead of just executing it solves this.

Fixes #51
2015-10-08 14:06:33 +02:00
..
index.js fix(lib/index.js) return auth.success 2015-10-08 14:06:33 +02:00
UnauthorizedError.js add data to UnauthorizedError so that more information can be returned to client 2014-07-16 14:12:18 -06:00