Changed name for input model as parameter;

Added Joi to validate input parameters schema;
Removed old draft of Pass class;
Removed completely the old way to load the configuration
This commit is contained in:
alexandercerutti
2018-07-17 23:49:13 +02:00
parent 5085d27fe6
commit 7c864f1d2a
4 changed files with 132 additions and 247 deletions

View File

@@ -12,6 +12,7 @@
"archiver": "^2.1.1",
"async": "^2.6.0",
"express": "^4.16.3",
"joi": "^13.4.0",
"node-forge": "^0.7.5"
}
}