Skip to main content
Player authentication allows you to confirm a player’s identity when they log in to your web store. Appcharge provides several secure and convenient login methods you can implement. These options help protect against account spoofing and unauthorized access, while ensuring an enhanced player experience.
Before players can log in to your web store, you must set up player authentication.

How it works

When a player opens the web store, they’ll be prompted to log in using one of the authentication methods you’ve set up. After the player attempts to log in, Appcharge sends their login details to you for verification through the Authenticate Player API. Once verified, the player is logged into the web store. The player will remain logged in on the same device and browser until they either log out manually or are automatically signed out after 30 days of inactivity.

Supported authentication methods

Appcharge supports the following authentication methods:
  • SSO Login: Let players log in using external identity providers such as Google.
  • Player ID Login: Use a unique ID from your game to authenticate players.
  • Password Login: Enable players to log in with the same username and password they use in your game.
  • Game Redirect Login: Redirect players to your game app for authentication.
  • Pre-Authenticated Login: Players are pre-authenticated when logging in to the web store from your game.
I