Passage 提供者
资源
安装
回调 URL
https://example.com/api/auth/callback/passage
环境变量
AUTH_PASSAGE_ID
AUTH_PASSAGE_SECRET
AUTH_PASSAGE_ISSUER
配置
/auth.ts
import NextAuth from "next-auth"
import Passage from "next-auth/providers/passage"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [Passage],
})