developer-relations
developer-relations copied to clipboard
[Feature Request] [LoR] Ensuring data integrity
As of right now, there's no way to verify whether responses from the endpoints are legitimate and from the game itself.
I don't see how to ensure that data coming from the client will be legit, since the attacker will always be able to tamper the responses. You can try to make it harder adding some secrets, signatures, etc... But since it will be stored in the client, the attacker will be able to get it and tamper the responses.