Session persistence

This commit is contained in:
2019-10-08 23:24:25 +02:00
parent c996881547
commit 9b7324e20a
20 changed files with 258 additions and 50 deletions

View File

@@ -15,6 +15,7 @@
"license": "AGPL-3.0-or-later",
"private": true,
"dependencies": {
"@holdyourwaffle/express-session": "^1.16.2",
"@types/pug": "^2.0.4",
"apollo-server-express": "^2.9.3",
"argon2": "^0.24.1",
@@ -24,7 +25,6 @@
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"express-session": "^1.16.2",
"graphql": "^14.5.7",
"helmet": "^3.21.1",
"http-errors": "^1.7.3",
@@ -44,7 +44,6 @@
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.1",
"@types/express-pino-logger": "^4.0.1",
"@types/express-session": "^1.15.14",
"@types/helmet": "0.0.44",
"@types/http-errors": "^1.6.2",
"@types/luxon": "^1.15.2",