import NextAuth from "next-auth/next"; import { authOptions } from "@/lib/auth/utils"; const handler = NextAuth(authOptions); export { handler as GET, handler as POST };