Integrate Login from Mokoko
Progress

Introduction:
When the game client launches the game, it can obtain an authentication token from a URL link.
This token is then sent to the Mokoko service, which calls the verification API to verify it. See the API documentation below for details.
After successful token verification, Mokoko returns platform account information to the game client.
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