Skip to content
The Auth.js project is now part of Better Auth.

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 © Better Auth Inc. - 2025