feature(package) spero v1.4.0: add authCheck

This commit is contained in:
coderaiser 2016-07-14 19:39:49 +03:00
parent 6876908e4f
commit bb46a77302
2 changed files with 3 additions and 2 deletions

View file

@ -123,7 +123,8 @@
spero.listen(socket, {
root: root,
prefix: prefix + '/spero'
prefix: prefix + '/spero',
authCheck: authCheck
});
remedy.listen(socket, {

View file

@ -110,7 +110,7 @@
"rendy": "^1.1.0",
"restafary": "^1.6.0",
"socket.io": "^1.4.3",
"spero": "^1.3.0",
"spero": "^1.4.0",
"squad": "^1.1.3",
"try-catch": "^1.0.0",
"tryrequire": "^1.1.5",