This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
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