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

Twitch Provider

리소스

설정

콜백 URL

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

환경 변수

AUTH_TWITCH_ID
AUTH_TWITCH_SECRET

Configuration

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

참고 사항

  • Twitch는 여러 개의 리다이렉트 URI가 추가된 경우, 첫 번째 리다이렉트 URI로 이동합니다.
Auth.js © Balázs Orbán and Team - 2025