You can enable players to log in to your web store using the same username and password they use in your game. This ensures a seamless experience and consistent identity management across platforms.To enable this authentication method, follow the instructions to set up Password Login.
A player chooses to log in using the same credentials they use in the game.
The player enters their username and password in the login page.
Appcharge sends the login information and the following properties to the Authenticate Player API to verify the player’s identity and complete authentication:
authMethod: "userPassword"
userName: The username entered by the player.
password: The password entered by the player.
If the credentials are valid, your server responds with the player’s details. Appcharge then successfully logs the player in and completes the flow.