feat(frontend): Increase JWT validity to 1 year for development

This commit is contained in:
2025-06-07 09:11:57 +02:00
parent cb9abeed7f
commit ccd3c05314

View File

@@ -10,7 +10,7 @@ export const auth = betterAuth({
jwt({
jwt: {
issuer: 'http://192.168.178.114:3001',
expirationTime: '48h'
expirationTime: '1yr'
},
jwks: {
keyPairConfig: {