diff --git a/ui/app/auth/options.ts b/ui/app/auth/options.ts index 8d68e1b0ea..585e7aef98 100644 --- a/ui/app/auth/options.ts +++ b/ui/app/auth/options.ts @@ -27,7 +27,7 @@ export const authOptions: AuthOptions = { debug: false, session: { strategy: 'jwt', - maxAge: 60 * 60, // 1h + maxAge: 24 * 7 * 60 * 60, // 1 week }, // adapter: PrismaAdapter(prisma), secret: Configuration.authentication.NEXTAUTH_SECRET,