Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Authentication or Score Checking #2

Open
vorpalhex opened this issue Mar 31, 2015 · 1 comment
Open

No Authentication or Score Checking #2

vorpalhex opened this issue Mar 31, 2015 · 1 comment

Comments

@vorpalhex
Copy link

The backend just accepts any score that gets sent to it. This could probably be improved:

  1. Throttle sending scores to be reasonable distances apart
  2. Prevent sending impossibly good scores
  3. Maybe tie it to some sort of oauth so scores can be traced to a particular user?
@Lallassu
Copy link
Owner

Indeed and I'm fully aware of that. However, I don't really have time to fix that right now, but if anyone would like to fix it they are free to submit a pull request :)

I do have some sort of very basic check for this in my other game, where I do like you suggest in 2) where I check for number of clicks compared to score etc and see if that is reasonable.

But thanks for pointing it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants