BankID 挪威提供者
BankID Norge 是一种在挪威广泛使用的登录方式,被银行、政府机构和其他组织使用。此提供者允许用户使用 BankID 挪威登录。
资源
设置
回调 URL
https://example.com/api/auth/callback/bankid-no
环境变量
AUTH_BANKID_NO_ID
AUTH_BANKID_NO_SECRET
配置
/auth.ts
import NextAuth from "next-auth"
import BankIDNorway from "next-auth/providers/bankid-no"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [BankIDNorway],
})