We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5219be commit c2f7210Copy full SHA for c2f7210
utilities/auth.ts
@@ -11,7 +11,7 @@ import User from "../models/User";
11
export const authOptions: NextAuthOptions = {
12
adapter: MongoDBAdapter(clientPromise),
13
session: {
14
- strategy: "jwt",
+ strategy: "jwt",
15
},
16
secret: process.env.NEXTAUTH_SECRET!,
17
// Configure one or more authentication providers
0 commit comments