7.6.2 GET /game-auth

Routes the user to the Gala Games registration modal

  • Query Parameters
undefined
undefined
  • Example GET
https://app.gala.games/game-auth?client_id=645c02979e05233e94fd251b&redirect_uri=com.gala.myapp://auth

After successful authentication, the external browser will attempt to redirect back to redirect_uri with a single query param token. The token is a JWT token that can be used to communicate with the Gala games service API.

  • Example Redirect
com.gala.myapp://auth?token=eyJhbGciOiJSUzI1NiIsInR5c...

**
**The JWT token provided in the query parameters is the same JWT token that would be retrieved when a game is launched from the Gala Games website.