Provides basic endpoints to manage game's scoring.
setScore
getScore
Game data is shared with the game, base64-encoded in the URL.
This offer NO security at all, all data is passed au-clair.
Altering the scores is trivial.
The "secure" implementations I've seen so far are based on security
though obscurity, all of them can be reverse-engineered to alter the scores.
If you happen to have an idea of how to make it secure, please open an issue,
or even better, submit a PR with your approach.
Provides basic endpoints to manage game's scoring. setScore getScore
Game data is shared with the game, base64-encoded in the URL. This offer NO security at all, all data is passed au-clair. Altering the scores is trivial.
The "secure" implementations I've seen so far are based on security though obscurity, all of them can be reverse-engineered to alter the scores.
If you happen to have an idea of how to make it secure, please open an issue, or even better, submit a PR with your approach.