From ccd3c053147f9a02377e3a70f99f2f809e366380 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 7 Jun 2025 09:11:57 +0200 Subject: [PATCH] feat(frontend): Increase JWT validity to 1 year for development --- legalconsenthub/server/utils/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legalconsenthub/server/utils/auth.ts b/legalconsenthub/server/utils/auth.ts index 023e88f..37f85c0 100644 --- a/legalconsenthub/server/utils/auth.ts +++ b/legalconsenthub/server/utils/auth.ts @@ -10,7 +10,7 @@ export const auth = betterAuth({ jwt({ jwt: { issuer: 'http://192.168.178.114:3001', - expirationTime: '48h' + expirationTime: '1yr' }, jwks: { keyPairConfig: {