Desktop game client launch flow via 101XP Launcher
- The user must be authorized in 101XP.Launcher with 101XP Account.
- Choosing the right game and clicking on the "Play" button, 101XP.Launcher starts game client with game_token in params for executable game file.
- Game Server must receive game_token from the game client.
- Game Server must use method GET game/token to verify the authenticity of the game_token.
- In the success response Game Server receives 101XP User ID (uid param).
- So you can associate received 101XP User ID with game user id in your game server database.
Game client launch flow
