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 181e15d commit 9c5b370Copy full SHA for 9c5b370
auth.ts
@@ -1,7 +1,6 @@
1
import NextAuth from "next-auth";
2
3
export const { handlers, signIn, signOut, auth } = NextAuth({
4
- secret: process.env.AUTH_SECRET,
5
trustHost: true,
6
callbacks: {
7
async jwt({ token, profile, account, user }) {
0 commit comments