From 8c689db1c8fa06ddb9119e626e7b1149f3493905 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 12 Aug 2023 20:05:09 +0200 Subject: Sign cookie with secret key --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index 488b2f9..6be6ab2 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,5 @@ { "secure_cookies": false, - "mock_mails": true + "mock_mails": true, + "auth_secret": "1QAZa8RSgogsakXSa0hgEeyA7xqnvo91" } -- cgit v1.2.3