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

Faceit Provider

리소스

설정

콜백 URL

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

환경 변수

AUTH_FACEIT_ID
AUTH_FACEIT_SECRET

설정

/auth.ts
import NextAuth from "next-auth"
import FaceIt from "next-auth/providers/faceit"
 
export const { handlers, auth, signIn, signOut } = NextAuth({
  providers: [FaceIt],
})

참고 사항

  • Grant type: Authorization Code
  • 이메일, 닉네임, guid, 아바타와 같은 기본 정보를 얻기 위해 필요한 스코프: openid, email, profile
Auth.js © Balázs Orbán and Team - 2025