BankID 挪威供應商
BankID 挪威 是挪威廣泛使用的登入方式,由銀行、政府機構和其他組織使用。此供應商允許使用者使用 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],
})