- Added JWT

This commit is contained in:
Alexis
2020-05-23 13:12:11 +02:00
parent 473f8f44c1
commit 64389a3c07
3 changed files with 106 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
"express": "^4.17.1",
"helmet": "^3.22.0",
"jsonschema": "^1.2.6",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1"
}