#2 feature added

This commit is contained in:
Amos Jones 2019-09-02 00:00:08 +00:00
parent 6f475faab9
commit f7461e0509
17 changed files with 2 additions and 17 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
api.md Normal file → Executable file
View File

0
app.js Normal file → Executable file
View File

0
middleware/auth.js Normal file → Executable file
View File

0
models/auth.js Normal file → Executable file
View File

0
models/hosts.js Normal file → Executable file
View File

0
models/users.js Normal file → Executable file
View File

19
package-lock.json generated Normal file → Executable file
View File

@ -1579,24 +1579,14 @@
"version": "github:wmantly/linux-user#94ce2f75a5cc365355ca10d2f5b824c6f0180609", "version": "github:wmantly/linux-user#94ce2f75a5cc365355ca10d2f5b824c6f0180609",
"from": "github:wmantly/linux-user", "from": "github:wmantly/linux-user",
"requires": { "requires": {
"bluebird": "^3.5.5", "bluebird": "^3.5.5"
"lru-cache": "^5.1.1"
} }
}, },
"linux-user": { "linux-user": {
"version": "github:wmantly/linux-user#94ce2f75a5cc365355ca10d2f5b824c6f0180609", "version": "github:wmantly/linux-user#94ce2f75a5cc365355ca10d2f5b824c6f0180609",
"from": "github:wmantly/linux-user", "from": "github:wmantly/linux-user",
"requires": { "requires": {
"bluebird": "^3.5.5", "bluebird": "^3.5.5"
"lru-cache": "^5.1.1"
}
},
"lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
"requires": {
"yallist": "^3.0.2"
} }
}, },
"map-cache": { "map-cache": {
@ -2911,11 +2901,6 @@
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"yallist": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz",
"integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A=="
} }
} }
} }

0
package.json Normal file → Executable file
View File

0
redis.js Normal file → Executable file
View File

0
routes/auth.js Normal file → Executable file
View File

0
routes/index.js Normal file → Executable file
View File

0
routes/routes.js Normal file → Executable file
View File

0
routes/users.js Normal file → Executable file
View File

0
ssh-keygen Normal file → Executable file
View File