Diagram of Opening game
Flow details
- 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.
- The Operator returns the game URL to the player browser.
- URL of the game is loaded in the player browser to redirect them to Naga Games game server.
- Naga Games Game Server verifies the one-time password and calls Operator to authenticate the player using the received token.
- 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.
- Game server either finds player ID in the database or creates a new player account.
- The game with all the required data is opened for the player.
Updated over 1 year ago