We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09808bf commit fdb03e1Copy full SHA for fdb03e1
app/lib/authOptions.ts
@@ -52,7 +52,7 @@ console.log(`[NextAuth] Configured ${providers.length} authentication providers`
52
53
export const authOptions: NextAuthOptions = {
54
providers,
55
- secret: validatedAuthEnv.NEXTAUTH_SECRET || validatedAuthEnv.AUTH_SECRET,
+ secret: validatedAuthEnv.NEXTAUTH_SECRET,
56
session: {
57
strategy: 'jwt' as const,
58
},
0 commit comments