Zoom 提供者
資源
設定
回調網址
https://example.com/api/auth/callback/zoom
環境變數
AUTH_ZOOM_ID
AUTH_ZOOM_SECRET
組態
/auth.ts
import NextAuth from "next-auth"
import Zoom from "next-auth/providers/zoom"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [Zoom],
})