# Players

## Authenticating Players

LootLocker supports three different types of authentication methods. You'll want to select the best method depending on your game and target platforms. Click on each authentication type to learn how to implement it in your game.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Guest Login</strong></td><td>This authentication method lets you assign each player a unique ID and is common for web or mobile games where getting the player into the game quickly is important.</td><td><a href="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-43fb24d9b4be041f18034a9bf2afdee324a1ca4d%2FguestLoginIcon.png?alt=media">guestLoginIcon.png</a></td><td><a href="https://github.com/lootlocker/gitbook-sync/blob/main/players/authentication/guest-login.md">https://github.com/lootlocker/gitbook-sync/blob/main/players/authentication/guest-login.md</a></td></tr><tr><td><strong>Platform Login</strong></td><td>The Platform Login authentication type covers all login methods using First Party Platforms such as Steam, Xbox, and Sign in with Apple. LootLocker uses the player's authenticated Platform ID to register their session.</td><td><a href="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-9ae3a36aef19001a2bf817265bc69cc28d141cfe%2FplatformLogin.png?alt=media">platformLogin.png</a></td><td><a href="../../../players/authentication#platform-login">#platform-login</a></td></tr><tr><td><strong>White Label Login</strong></td><td>Our White Label Login system provides your game with a custom username and password set up so each player can create their own account with your game.</td><td><a href="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-9db224dfacc4d716b8f6bf00d644dc9cf3b44c12%2FwhitelabelLogin.png?alt=media">whitelabelLogin.png</a></td><td><a href="https://github.com/lootlocker/gitbook-sync/blob/main/players/authentication/white-label-login.md">https://github.com/lootlocker/gitbook-sync/blob/main/players/authentication/white-label-login.md</a></td></tr></tbody></table>

## Player Management

<figure><img src="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-9ff6f36aa765ae1dc0f1e4fc0c21a6c5c76759bf%2Fimage.png?alt=media&#x26;token=475de5ea-5ec3-4bda-b3f3-bd96abf730b4" alt=""><figcaption></figcaption></figure>

The LootLocker Player Manager allows you to easily find and manage players in your game. It allows you to:

* Search for players using a public or platform ID
* View player profiles, including
  * Inventory
  * Currencies
  * Platforms
  * Orders
  * Storage
  * Progression
  * Leaderboards
  * Files
* Grant assets
* Refund assets
* Set profile public / private
* Delete profile
* Add progression XP
* Remove / edit player's leaderboard entries
* Add / edit player key/values

Learn more about the player manager in the link below.

{% content-ref url="../../players/managing-players" %}
[managing-players](https://docs.lootlocker.com/players/managing-players)
{% endcontent-ref %}
