DeepMine
Documentation
configuration · narrative

Server authentication

How the server receives verified player context without trusting body fields.

Source: legacy-contentDigest: ed298f4f778fea1dd562890b00930214301e5e3ed6cc11e330c218952d7a0404

Verified context

The server accepts a short-lived signed context from platform-api. Player ID, account state and expiry are checked before any mutation.

Untrusted data

Browser JSON `playerId` fields are never trusted. Banned and unknown accounts receive an explicit denial instead of an anonymous fallback.