Update authOptions.ts

This commit is contained in:
Johannes
2025-05-17 00:26:06 -07:00
committed by GitHub
parent 9499e6265b
commit 187e509b41

View File

@@ -178,7 +178,7 @@ export const authOptions: NextAuthOptions = {
...(ENTERPRISE_LICENSE_KEY ? getSSOProviders() : []),
],
session: {
maxAge: 604800, // 7 days
maxAge: 3600
},
callbacks: {
async jwt({ token }) {