Osu Provider
리소스
설정
콜백 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!는 사용자 이메일을 제공하지 않습니다.