Pre-Authenticated Login flow
Here’s how the Pre-Authenticated Login process works:- A player opens a link to your web store from your game.
- The player is sent to the web store 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.
