Implement Pre-Authenticated Login to enable players to log in to the web store or game portal from the game, already authenticated. This is especially useful for deep-linking or promoting in-game offers, as it avoids requiring the player to re-authenticate. To enable this authentication method, follow the instructions to set up Pre-Authenticated Login.Documentation Index
Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
Pre-Authenticated Login flow
Here’s how the Pre-Authenticated Login process works:- A player opens a link to your web store or game portal from your game.
- The player is sent to the web store or game portal via the URL you created, containing the player code and access token.
- Appcharge extracts the player code and access token from the URL and sends it as part of the request to your Authenticate Player Callback for validation.
- If the credentials are valid, your server responds with the player’s details. Appcharge successfully logs the player in, completing the flow.
