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

A single user can be logged into the app multiple times. Is it a bug or a feature?! #28

Open
LearningNerd opened this issue Jun 30, 2017 · 0 comments
Labels

Comments

@LearningNerd
Copy link
Member

I didn't even think of this edge case until after closing issue #26 earlier today! Since there's no sessions or real login system for this app right now, any user can open multiple browser tabs and log into the app as many times as they want. Is this cheating? Will people really do this in practice?

Even if I implement a full login system with sessions and the whole kitchen sink, there's still no way to stop users from creating multiple accounts to log into the game multiple times. There's ultimately no way to stop that kind of cheating if someone really wanted to cheat.

How do other multiplayer online games deal with this? Just add a feature to let moderators/admins kick people out of the game if needed?

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

No branches or pull requests

1 participant