From a343c2e246b24605698c53186833c4be3ccf4c4b Mon Sep 17 00:00:00 2001 From: Blitblank Date: Fri, 20 Mar 2026 20:11:58 -0500 Subject: [PATCH] test longer jwt secret --- api/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/appsettings.json b/api/appsettings.json index 1ee7388..f4a8f74 100644 --- a/api/appsettings.json +++ b/api/appsettings.json @@ -11,7 +11,7 @@ "AllowedHosts": "*", "https_port": 443, "Jwt": { - "Key": "local_secret", + "Key": "local_secret_but_longer_this_time_so_it_actually_works", "Issuer": "agologum-api", "Audience": "agologum-users" }