How to handle user authentication system in multiplayer games?
Currently working on a MMO in pure Java. Wanted to make a launcher for the game that would allow the user to login. Trying my best to create a system that is secure and ensures only authenticated users can play.