What we store
- Account — your username and a salted password hash (PBKDF2; we never store or see the password itself).
- E-mail (optional) — only if you add one, and only for password recovery. No newsletters, no marketing, never shared.
- IP addresses — recorded at registration and on game logins, kept for security (brute-force protection, abuse handling).
- Game data — your characters and everything they do in the world, which is what the game server needs to run the game.
Cookies
The website uses only strictly necessary cookies. There is no tracking, no analytics, no advertising.
| Cookie | Purpose | Lifetime |
|---|---|---|
aurenfall.auth | Keeps you logged into the account panel. | Session, or 7 days with "keep me signed in" |
.AspNetCore.Antiforgery | Protects forms against cross-site forgery. | Session |
.AspNet.Consent | Remembers that you saw the cookie notice. | 1 year |
| TempData | One-time status messages after an action. | Seconds |
Third parties
Page fonts load from the Google Fonts CDN, so your browser makes a request to Google when the page loads. That is the only third-party request on the site — we plan to self-host the fonts before public launch.
What we will never do
- Sell or share your data with anyone.
- Send you e-mail other than a password reset you asked for.
- Run ads or third-party trackers.
Removal
Want your account and its data deleted? Contact the staff in game or through the community channels and we will remove it.