fix: incremented session timeout to 14 days (without a login)
This commit is contained in:
@@ -19,6 +19,9 @@ export const auth = betterAuth({
|
||||
}
|
||||
}
|
||||
},
|
||||
session: {
|
||||
expiresIn: 60 * 60 * 24 * 14, // 14 days
|
||||
},
|
||||
emailAndPassword: {
|
||||
enabled: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user