From 648d073e1b8f4838f147c0520024bd453921a25c Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Fri, 17 Apr 2026 22:53:02 +0200 Subject: Remove signing login token It’s enough to use a safe crypto lib. But augment the token size to upper bound. --- config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 20bad2e..86a19b5 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,3 @@ { - "secure_cookies": false, - "auth_secret": "1QAZa8RSgogsakXSa0hgEeyA7xqnvo91" + "secure_cookies": false } -- cgit v1.2.3