跳至內容
從 NextAuth.js v4 遷移?請閱讀 我們的遷移指南.

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],
})
Auth.js © Balázs Orbán 和團隊 -2024