Skip to content
Migrating from NextAuth.js v4? Read our migration guide.
Getting Started
Providers
Zoho

Zoho Provider

Resources

Setup

Callback URL

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

Environment Variables

AUTH_ZOHO_ID
AUTH_ZOHO_SECRET

Configuration

/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 and Team - 2024