Removed JWT

This commit is contained in:
Alexis
2021-01-18 22:05:01 +01:00
parent 39ee29c65a
commit bb721e6ab4
2 changed files with 4 additions and 96 deletions

View File

@@ -4,7 +4,7 @@
"description": "API for Auracle database",
"main": "index.js",
"scripts": {
"run": "node index.js"
"start": "node index.js"
},
"repository": {
"type": "git",
@@ -35,7 +35,6 @@
"handlebars": "^4.7.6",
"helmet": "^3.22.0",
"jsonschema": "^1.2.6",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",