From cd528dbb7fb5d596b47178110a3dcef9af573c8d Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 25 Jul 2025 17:33:47 +0200 Subject: feat(auth): jwt --- crates/auth/auth.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/auth/auth.toml') diff --git a/crates/auth/auth.toml b/crates/auth/auth.toml index 4e5b263..17a696f 100644 --- a/crates/auth/auth.toml +++ b/crates/auth/auth.toml @@ -4,6 +4,7 @@ port = 1304 [misc.oauth] session-lifespan = 3600 # seconds +jwt-encoding-key = "secret" [misc.oauth.discord] # query param for provider -- cgit v1.2.3