Implemented a post-validation hook

This commit is contained in:
2021-12-11 09:59:57 +00:00
parent a299bab794
commit 9bdf3925a3
5 changed files with 127 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "auth-server",
"version": "1.4.5",
"version": "1.4.6",
"description": "An API centric auth server. Uses Sequelize and mariaDB by default.",
"main": "server/server.js",
"scripts": {
@@ -26,6 +26,7 @@
"jsonwebtoken": "^8.5.1",
"mariadb": "^2.5.4",
"node-cron": "^2.0.3",
"node-fetch": "^3.1.0",
"nodemailer": "^6.6.3",
"sequelize": "^6.6.5"
},