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.
2 parents c5ecfdf + c2f7210 commit b62a704Copy full SHA for b62a704
.env.local.example renamed to .env.sample
utilities/auth.ts
@@ -12,7 +12,7 @@ import User from "../models/User";
12
export const authOptions: NextAuthOptions = {
13
adapter: MongoDBAdapter(clientPromise),
14
session: {
15
- strategy: "jwt",
+ strategy: "jwt",
16
},
17
secret: process.env.NEXTAUTH_SECRET!,
18
// Configure one or more authentication providers
0 commit comments