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