> For the complete documentation index, see [llms.txt](https://docs.lootlocker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lootlocker.com/players/authentication.md).

# Authentication

LootLocker supports a variety of Authentication methods designed for games of all types. This feature authenticates players using a specific identifier or third-party service, registering a session upon login. Authentication is essential for managing player sessions and unlocking access to all other LootLocker features.

LootLocker offers three types of authentication: Guest Login, Platform Login, and White Label Login. Choosing the right option depends on your game’s requirements and target platforms.

### Guest Login

Guest Login assigns each player a unique ID, providing quick and seamless access. Commonly used in web or mobile games, this method prioritizes fast entry without the need for a traditional login. However, since the unique player ID is not tied to a username and password, it’s not intended for games that require secure identity verification.

### Platform Login

Platform Login supports authentication through First Party Platforms such as Steam, Xbox, and Apple. This method uses the player’s Platform ID to register their session, making it ideal for games integrated with established platform ecosystems.

### White Label Login

White Label Login provides a custom username and password setup, allowing players to create personal accounts directly within your game. This method offers more control over player account management, making it suitable for games that require a standalone authentication system.

{% hint style="info" %}
If you’re considering cross-platform support, explore [Unified Player Accounts](/players/unified-player-accounts.md) to enable players to link multiple authentication methods, ensuring seamless cross-platform experiences.
{% endhint %}

### Use Cases

* Cross-platform accounts
* Username / Password login
* Simple login for mobile & web games

### How-to (Authenticate With)

* [Guest Login](/players/authentication/how-to/guest-login.md)
* [Sign in with Apple](/players/authentication/how-to/sign-in-with-apple.md)
* [Apple Game Center](/players/authentication/how-to/apple-game-center.md)
* [Sign in with Google](/players/authentication/how-to/sign-in-with-google.md)
* [Google Play Games](/players/authentication/how-to/google-play-games.md)
* [Steam](/players/authentication/how-to/steam.md)
* [PlayStation](/players/authentication/how-to/playstation.md)
* [Xbox](/players/authentication/how-to/xbox.md)
* [Nintendo Switch](/players/authentication/how-to/nintendo-switch.md)
* [Epic Games Store](/players/authentication/how-to/sign-in-with-epic-games.md)
* [Meta / Oculus](/players/authentication/how-to/meta.md)
* [White Label Login](/players/white-label-login/how-to/white-label-login.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.lootlocker.com/players/authentication.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
