This website requires JavaScript.
Explore
Help
Sign In
Thream
/
socketio-jwt
Archived
Watch
2
Star
1
Fork
0
You've already forked socketio-jwt
Code
Issues
Pull Requests
Releases
Activity
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.
f5a84eb9bb
socketio-jwt
/
lib
History
dbrugne
f5a84eb9bb
Add an "additionnal" option (Function(decoded, onSuccess, onError)). When the token is parser and validated the callback is triggered and allow addition of extra logic (e.g. validate the user status against database).
...
Improve returned errors.
2015-05-07 11:49:00 +02:00
..
index.js
Add an "additionnal" option (Function(decoded, onSuccess, onError)). When the token is parser and validated the callback is triggered and allow addition of extra logic (e.g. validate the user status against database).
2015-05-07 11:49:00 +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