Patreon Provider
리소스
설정
콜백 URL
https://example.com/api/auth/callback/patreon환경 변수
AUTH_PATREON_ID
AUTH_PATREON_SECRET설정
/auth.ts
import NextAuth from "next-auth"
import Patreon from "next-auth/providers/patreon"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [Patreon],
})