跳至內容
從 NextAuth.js v4 遷移?請閱讀 我們的遷移指南.

Apple 提供者

資源

設定

回呼網址

https://example.com/api/auth/callback/apple

環境變數

AUTH_APPLE_ID
AUTH_APPLE_SECRET

組態

./auth.ts
import NextAuth from "next-auth"
import Apple from "next-auth/providers/apple"
 
export const { handlers, auth, signIn, signOut } = NextAuth({
  providers: [Apple],
})
Auth.js © Balázs Orbán 和團隊 -2024