> ## 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.

# Set Up Player Authentication

This article explains how to set up player authentication for your web store and receive player login data.

To set up player authentication:

1. Create and expose an API endpoint on your server that follows the [Authenticate Player Callback](/../../api-reference/webstore/player-authentication/authenticate-player-callback) structure. Appcharge will call this endpoint with player authentication data whenever a player logs in to your web store.
2. Register the endpoint in the Publisher Dashboard:
   * In **Settings**, go to the **Integration** tab.
   * In the **Authenticate Player Callback** field, enter your server's endpoint URL.
3. Configure one or more of the [supported authentication methods](./about-player-authentication#supported-authentication-methods).

Appcharge will now send player login details directly to your system.
