add auth-service not verified with Dockerfile

This commit is contained in:
vankhaiphan 2021-05-28 01:01:00 +02:00
parent 3a7389ba68
commit 8cf6520224
12 changed files with 304 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"name": "service-authentication",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Van Khai PHAN",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.9"
}
}