login/signup users

This commit is contained in:
2019-01-01 21:46:02 +03:00
parent 58c36bf43c
commit 83feabdf42
6 changed files with 418 additions and 10 deletions

View File

@@ -8,6 +8,7 @@
"@types/eslint-plugin-prettier": "^2.2.0",
"@types/jsonwebtoken": "^8.3.0",
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.2.1",
"@types/koa-logger": "^3.1.1",
"@types/koa-router": "^7.0.35",
"@types/lodash": "^4.14.119",
@@ -15,6 +16,7 @@
"@types/mysql": "^2.15.5",
"@types/node": "^10.12.18",
"@types/prettier": "^1.15.2",
"@types/supertest": "^2.0.7",
"chai": "^4.2.0",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
@@ -27,6 +29,7 @@
"eslint-plugin-react": "^7.12.0",
"mocha": "^5.2.0",
"prettier": "^1.15.3",
"supertest": "^3.3.0",
"ts-node": "7.0.1",
"ts-node-dev": "^1.0.0-pre.32",
"tsconfig-paths": "^3.7.0",
@@ -40,6 +43,8 @@
"bcrypt": "^3.0.3",
"jsonwebtoken": "^8.4.0",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-jwt": "^3.5.1",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.11",