Pipedrive 供應商
資源
設定
回呼 URL
https://example.com/api/auth/callback/pipedrive
環境變數
AUTH_PIPEDRIVE_ID
AUTH_PIPEDRIVE_SECRET
組態
/auth.ts
import NextAuth from "next-auth"
import PipeDrive from "next-auth/providers/pipedrive"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [PipeDrive],
})