From 919c274d78ad9f68bd843c3cdd0a5814fb38e9ef Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 10 Feb 2022 14:46:30 -0600 Subject: Get rid of express-session and use a cookie instead Signed-off-by: Matt Strapp --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package.json') 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 ", + "repository": "https: //github.com/RosstheRoss/4951w-pendulum", "license": "MIT", "private": true -} +} \ No newline at end of file -- cgit v1.2.3