We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3d441 commit 2b3267aCopy full SHA for 2b3267a
server/encrypted-session.js
@@ -6,7 +6,7 @@ import crypto from "node:crypto"
6
7
8
9
-export const COOKIE_NAME_ENCRYPTION_KEY = "session_encrpytion_key";
+export const COOKIE_NAME_ENCRYPTION_KEY = "session_encryption_key";
10
export const COOKIE_NAME_SESSION = "session-cookie";
11
12
export const SECURE_SESSION_NAME = "encryptedSessionInternal";
0 commit comments