Passage Provider
리소스
설정
Callback URL
https://example.com/api/auth/callback/passage
환경 변수
AUTH_PASSAGE_ID
AUTH_PASSAGE_SECRET
AUTH_PASSAGE_ISSUER
Configuration
/auth.ts
import NextAuth from "next-auth"
import Passage from "next-auth/providers/passage"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [Passage],
})