Freshbooks 提供商
资源
安装
回调 URL
https://example.com/api/auth/callback/freshbooks
环境变量
AUTH_FRESHBOOKS_ID
AUTH_FRESHBOOKS_SECRET
配置
/auth.ts
import NextAuth from "next-auth"
import FreshBooks from "next-auth/providers/freshbooks"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [FreshBooks],
})
备注
- Freshbooks 在 YYYYMMDD 格式中需要一个额外的 apiVersion 参数,它本质上表明“我已准备好接受截至该日期的 API 更改”。