aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-10 14:46:30 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-10 14:46:37 -0600
commit919c274d78ad9f68bd843c3cdd0a5814fb38e9ef (patch)
treef9ddb10e4fe2babeb9627dbff3689f8bd20b6f0e /package.json
parentAdd CSRF cookie and make it somewhat secure (diff)
downloadee4511w-web-919c274d78ad9f68bd843c3cdd0a5814fb38e9ef.tar
ee4511w-web-919c274d78ad9f68bd843c3cdd0a5814fb38e9ef.tar.gz
ee4511w-web-919c274d78ad9f68bd843c3cdd0a5814fb38e9ef.tar.bz2
ee4511w-web-919c274d78ad9f68bd843c3cdd0a5814fb38e9ef.tar.lz
ee4511w-web-919c274d78ad9f68bd843c3cdd0a5814fb38e9ef.tar.xz
ee4511w-web-919c274d78ad9f68bd843c3cdd0a5814fb38e9ef.tar.zst
ee4511w-web-919c274d78ad9f68bd843c3cdd0a5814fb38e9ef.zip
Get rid of express-session and use a cookie instead
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 50cc603..45ff92a 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,6 @@
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-rate-limit": "^6.2.1",
- "express-session": "^1.17.2",
"express-slow-down": "^1.4.0",
"helmet": "^5.0.2"
},
@@ -13,7 +12,6 @@
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.11.2",
"@types/express": "^4.17.13",
- "@types/express-session": "^1.17.4",
"@types/express-slow-down": "^1.3.2",
"@types/node": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.11.0",
@@ -42,6 +40,7 @@
"description": "The webapp for Professor Lamperski's Pendulum",
"main": "dist/index.js",
"author": "Matt Strapp <matt@mattstrapp.net>",
+ "repository": "https: //github.com/RosstheRoss/4951w-pendulum",
"license": "MIT",
"private": true
-}
+} \ No newline at end of file