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

Zoom Provider

Resources

Setup

Callback URL

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

Environment Variables

AUTH_ZOOM_ID
AUTH_ZOOM_SECRET

Configuration

/auth.ts
import NextAuth from "next-auth"
import Zoom from "next-auth/providers/zoom"
 
export const { handlers, auth, signIn, signOut } = NextAuth({
  providers: [Zoom],
})
Auth.js © Better Auth Inc. - 2025