Linking Accounts
The digital assets of players are managed under their Open Loot accounts. Each Open Loot account maps to a wallet address (optional) and is KYC-approved before certain operations per legal compliance. It is recommended to directly use Open Loot accounts to identify your user. However, you can also have your own user account system and connect to the Open Loot IDs via OAuth.
Use Open Loot ID
You can skip the hassle of building your own user management system (registion flow, authentication, account recovery, etc.) by directly using Open Loot IDs. We have already built the entire ecosystem with state-of-the-art security measures. On your side, you just need to integrate with our OAuth service.
Game Launcher
This is the suggested way. For games integrated with our launcher, the Open Loot account session is passed into the game client when it launches.
We use PatchKit to distribute game contents and the launcher will pass a -t [token]
as a commandline parameter to the game client. The token will grant permissions to APIs for the specific game and user.
One-click sign-in
We provide a web-based solution to allow users to create an account or log in with one single click if they already have a Open Loot account. Your app receives a token once a user sign in.
OAuth
You can also work on your own solution via the OAuth APIs we provided. The APIs are OAuth2 and OIDC compatible.
Link to Open Loot ID
If you already have an existing user management system, you can also easily connect your users accounts to Open Loot IDs (check our OAuth section in API references)