Collection
Data we process
When you sign in and submit a qualification entry, the portal processes your osu! user ID and username, the online score ID and result fields contained in your replay, and the corresponding official score record. The replay is read in memory for validation and is not saved to disk by this application.
- osu! identity: used to bind the replay and official score to the authenticated player.
- Official attempt: its score ID, beatmap, completion status and time are checked through osu!'s API.
- Replay data: parsed only to evaluate the qualification rules.
- Session cookie: stores qualification status and username in a signed cookie.
- Network information: your IP address is used temporarily for rate limiting and may appear in operational access logs.