mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-14 05:12:41 -05:00
Revert "feat: replace next-auth with quick auth"
This reverts commit 86029b2bd9.
This commit is contained in:
6
src/app/api/auth/[...nextauth]/route.ts
Normal file
6
src/app/api/auth/[...nextauth]/route.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import NextAuth from "next-auth"
|
||||
import { authOptions } from "~/auth"
|
||||
|
||||
const handler = NextAuth(authOptions)
|
||||
|
||||
export { handler as GET, handler as POST }
|
||||
Reference in New Issue
Block a user