Remove auth on delete for now

This commit is contained in:
Jared Palmer 2023-06-02 14:28:05 -04:00
parent a7af3107b5
commit 01527d450b
4 changed files with 27 additions and 9 deletions

View file

@ -5,6 +5,7 @@ import { NextResponse } from "next/server";
export const {
handlers: { GET, POST },
auth,
CSRF_experimental,
} = NextAuth({
// @ts-ignore
providers: [GitHub],