BeatLeader Authentication

Establish a BeatLeader website session using your Steam session ticket. This mimics how the BeatLeader mod logs in.

Website Session
Not active
Steam Session Ticket

We can obtain your Steam session ticket using a local helper (bundled in Tauri). If unavailable, you can paste a ticket from a compatible client.

How it works

  • We POST your ticket to BeatLeader /signin with provider=steamTicket.
  • BeatLeader sets website cookies; we store those server‑side and attach them to API calls that require a website session.
  • Use ?auth=session on our API where OAuth is ignored by BL (e.g., scores/leaderboards that show unranked stars).