Authenticate Your First Player
The first API call you'll want to make is verifying the player in order to register a session. LootLocker supports three different types of authentication methods depending on your game.
The Guest Login authentication method lets you assign each player a unique ID. This is common for web games or mobile games where you want to get the player into the game as quick as possible. We suggesting using Guest Login if you're just getting started with your game's development or still haven't decided which platform your game will be released on.
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. Select one of the following supported platforms to be taken to the platform specific guide:
- Amazon Luna
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.
Once you've created a session by authenticating your first player, it's time to start implementing other LootLocker features. Check out this overview to figure out which features matches your game the best.
Last modified 3mo ago