taxonomy/pages/api/auth/[...nextauth].ts

7 lines
132 B
TypeScript
Raw Permalink Normal View History

import NextAuth from "next-auth"
import { authOptions } from "@/lib/auth"
// @see ./lib/auth
export default NextAuth(authOptions)