Player ID Authentication
Appcharge supports Player ID as an additional authentication method, which can be useful for a range of player management needs and is particularly beneficial for deeplink scenarios. Using Player ID allows direct and secure player identification, adding flexibility to your authentication strategy.
Enabling Player ID Authentication
- Add Player ID to Authentication Methods:
In the Publisher Admin Dashboard, under Authentication settings, select Player ID as an option alongside other login methods like Google, Apple, Facebook, Username/Password, and OTP.
- Integration with Player Authentication Webhook:
When enabled, Player ID will be processed via the Player Authentication Webhook. This allows for secure validation of the player’s unique identifier (referred to as userToken
) on the server side.
Use Player ID for Deeplinks
For use with deeplinks, configure Player ID authentication directly via the Player Authentication Webhook and skip step 1 in the configuration process described above.
Updated 7 days ago