HubSpot 提供商
资源
设置
回调 URL
https://example.com/api/auth/callback/hubspot
环境变量
AUTH_HUBSPOT_ID
AUTH_HUBSPOT_SECRET
配置
/auth.ts
import NextAuth from "next-auth"
import Hubspot from "next-auth/providers/hubspot"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [Hubspot],
})