diff --git a/auth.ts b/auth.ts index 100244e..90c29bf 100644 --- a/auth.ts +++ b/auth.ts @@ -1,10 +1,10 @@ import NextAuth from "@auth/nextjs"; -import GitHub from "@auth/nextjs/providers/github"; +import GitHub from "@auth/core/providers/github"; import { NextResponse } from "next/server"; + export const { handlers: { GET, POST }, auth, - CSRF_experimental, } = NextAuth({ // @ts-ignore providers: [GitHub],