Naver 提供者
資源
設定
回調網址
https://example.com/api/auth/callback/naver
環境變數
AUTH_NAVER_ID
AUTH_NAVER_SECRET
設定
/auth.ts
import NextAuth from "next-auth"
import Naver from "next-auth/providers/naver"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [Naver],
})