Link Elixir account to a game API account
Last updated
Was this helpful?
Last updated
Was this helpful?
If you already have an account management API for your game and you would like to link the Elixir Launcher account to the game account and use the game account as main, you can do this simply via a Token Exchange flow.
Token exchange is an extension to the OAuth 2.0 protocol that allows one token to be obtained by providing another valid token.
You can read more about it here:
Simply put, Elixir Launcher will provide the game with a JWT token for the associated account and the game will send it to the game's account service and receive a game main account JWT token in return.
Below is a sequence diagram of the process of linking an Elixir account to a main game API account.