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

Zoho 提供程序

资源

安装

回调 URL

https://example.com/api/auth/callback/zoho

环境变量

AUTH_ZOHO_ID
AUTH_ZOHO_SECRET

配置

/auth.ts
import NextAuth from "next-auth"
import Zoho from "next-auth/providers/zoho"
 
export const { handlers, auth, signIn, signOut } = NextAuth({
  providers: [Zoho],
})
Auth.js © Balázs Orbán 和团队 -2024