aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-04-17 22:53:02 +0200
committerJoris Guyonvarch2026-04-17 22:53:02 +0200
commit648d073e1b8f4838f147c0520024bd453921a25c (patch)
tree3a477d88c3f80a68d6477d9fe5644cc475c0cd81 /config.json
parent2a6bcee45086bca9128489de19908984ea1be0da (diff)
Remove signing login token
It’s enough to use a safe crypto lib. But augment the token size to upper bound.
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 1 insertions, 2 deletions
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
}