Skip to content
Migrating from NextAuth.js v4? Read our migration guide.

Box Provider

리소스

설정

콜백 URL

https://example.com/api/auth/callback/box

환경 변수

AUTH_BOX_CLIENT_ID
AUTH_BOX_CLIENT_SECRET

Configuration

/auth.ts
import NextAuth from "next-auth"
import Box from "next-auth/providers/box"
 
export const { handlers, auth, signIn, signOut } = NextAuth({
  providers: [Box],
})
Auth.js © Balázs Orbán and Team - 2025