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], })