GetDotaStats / stat-highscore

Example code for setting up highscore data for dota2 mods
0 stars 1 forks source link

Data security #3

Open jimmydorry opened 9 years ago

jimmydorry commented 9 years ago

Do a lookup if there is already a save. Match the GUID provided by the player against it if so, and allow update if matches.

GUIDs can be listed on the site, hidden behind the openID. Players can ignore the site completely if they can remember the GUID (i.e. write it down).

We are returning to the wc3 style "-code XXXXX" spam!

This all hinges on being able to listen to the chat, which may or may not be possible right now with ugly hacks.