Integrate Login from Mokoko

Progress

Introduction:

  1. When the game client launches the game, it can obtain an authentication token from a URL link.

  2. This token is then sent to the Mokoko service, which calls the verification API to verify it. See the API documentation below for details.

  3. After successful token verification, Mokoko returns platform account information to the game client.

  4. The game client uses this account's UID to create an in-game account.

Login Verfy API

API :/checkGameStart

Method:POST

Header:

Field
Value
Detail

Authorization

Bearer <your_token>

The authentication token is obtained from the URL link when the game is launched.

Content-Type

application/json

Request Param:

Last updated