feat(frontend): Increase JWT validity to 1 year for development
This commit is contained in:
@@ -10,7 +10,7 @@ export const auth = betterAuth({
|
||||
jwt({
|
||||
jwt: {
|
||||
issuer: 'http://192.168.178.114:3001',
|
||||
expirationTime: '48h'
|
||||
expirationTime: '1yr'
|
||||
},
|
||||
jwks: {
|
||||
keyPairConfig: {
|
||||
|
||||
Reference in New Issue
Block a user