Add authentication and authorization

This commit is contained in:
2020-10-02 17:47:13 +02:00
parent 60dfea50c4
commit b28dbba746
9 changed files with 92 additions and 13 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"debug": "node --nolazy --inspect-brk=9229 dist/index.js",
"debug": "node --nolazy dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},