📄️ Validating player
The second phase of integration involves the validation API, which facilitates the actual authorization process by SARD. This entails establishing communication between the SARD server and the Game server through an API. The first one is Validation API. Through this functionality, player validation occurs which determines whether player has SARD active.
📄️ Applying sanctions
The second part of server-side integration is preparing endpoints for Sanctions API. Through this functionality, SARD may call game-server to send information about kicking or banning particular player.
📄️ Validating player (advanced)
Alternatively to standard validation SARD also provides an advanced way that could be used in cheater-heavy scenarios. This validation process is multi-phase and requires additional logic on client and server sides.