跳至内容
从 NextAuth.js v4 迁移?请阅读 我们的迁移指南.

Naver 提供者

资源

设置

回调 URL

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],
})
Auth.js © Balázs Orbán 和团队 -2024