Osu 提供商
资源
安装
回调 URL
https://example.com/api/auth/callback/osu
环境变量
AUTH_OSU_ID
AUTH_OSU_SECRET
配置
/auth.ts
import NextAuth from "next-auth"
import Osu from "next-auth/providers/osu"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [Osu],
})
备注
- osu! 不提供用户电子邮件。