feature(package) ishtar v1.4.0: add authCheck

This commit is contained in:
coderaiser 2016-07-14 19:48:09 +03:00
parent bb46a77302
commit d60a24c241
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -91,7 +91,7 @@
"format-io": "^0.9.6",
"freeport": "^1.0.5",
"http-auth": "^2.3.1",
"ishtar": "^1.3.0",
"ishtar": "^1.4.0",
"jaguar": "^1.1.0",
"join-io": "^1.4.0",
"jonny": "^1.0.0",