mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(package) ishtar v1.4.0: add authCheck
This commit is contained in:
parent
bb46a77302
commit
d60a24c241
2 changed files with 3 additions and 2 deletions
|
|
@ -134,7 +134,8 @@
|
|||
|
||||
ishtar.listen(socket, {
|
||||
root: root,
|
||||
prefix: prefix + '/ishtar'
|
||||
prefix: prefix + '/ishtar',
|
||||
authCheck: authCheck
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue