From 86d9a8c918e77dc355331b279d0f91c3e9f1bcf1 Mon Sep 17 00:00:00 2001 From: iHavebraincells Date: Wed, 14 Jan 2026 19:49:58 -0500 Subject: [PATCH] Change password setting to enforce session creation --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 375842d..70fc34e 100644 --- a/src/config.js +++ b/src/config.js @@ -30,7 +30,7 @@ module.exports = { // }, // enforce a password for creating new sessions. set to null to disable - password: null, + password: true, // disable or enable localStorage sync (turn off if clients send over huge localStorage data, resulting in huge memory usages) disableLocalStorageSync: false,