Diagram of Opening game

Flow details

  1. Player selects a game served by Naga Gamess and a one-time password (Player Token) will be created on the Operator side. This password should uniquely identify the player within the Operator system.
  2. The Operator returns the game URL to the player browser.
  3. URL of the game is loaded in the player browser to redirect them to Naga Games game server.
  4. Naga Games Game Server verifies the one-time password and calls Operator to authenticate the player using the received token.
  5. Operator authenticates the player. Once the player is authenticated, Operator will return player ID within the Operator system (nativeID) as well as player current balance.
  6. Game server either finds player ID in the database or creates a new player account.
  7. The game with all the required data is opened for the player.