Skip to content

Commit 030c25f

Browse files
committed
remove cookie signing
1 parent b3a4c72 commit 030c25f

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

package-lock.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
},
2121
"dependencies": {
2222
"connect-redis": "^9.0.0",
23-
"cookie-parser": "^1.4.7",
2423
"ejs": "^3.1.10",
2524
"express": "^4.21.1",
2625
"express-session": "^1.18.2",

src/auth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ function Init() {
107107
if (req.query.session_id) {
108108
res.cookie("session_id", req.query.session_id, {
109109
domain: redirectURL.hostname,
110-
signed: true,
111110
httpOnly: true,
112111
secure: true,
113112
sameSite: "lax",

0 commit comments

Comments
 (0)