Remove auth on delete for now
This commit is contained in:
parent
a7af3107b5
commit
01527d450b
4 changed files with 27 additions and 9 deletions
1
auth.ts
1
auth.ts
|
|
@ -5,6 +5,7 @@ import { NextResponse } from "next/server";
|
|||
export const {
|
||||
handlers: { GET, POST },
|
||||
auth,
|
||||
CSRF_experimental,
|
||||
} = NextAuth({
|
||||
// @ts-ignore
|
||||
providers: [GitHub],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue