You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: