2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00
socketio-jwt/lib
David Damerell 9389672a9d Added optional authentication and the ability to call another function to further validate the token
* Optional authentication is useful when you wish to serve both secure and unsecured services via the same server socket
* The ability to specify an additional function to be called to further validate the token is useful when you wish to be able to expire tokens for some reason
2014-10-24 17:01:53 +01:00
..
index.js Added optional authentication and the ability to call another function to further validate the token 2014-10-24 17:01:53 +01:00
UnauthorizedError.js add data to UnauthorizedError so that more information can be returned to client 2014-07-16 14:12:18 -06:00