App Launch Tokens
Pass authenticated user identity to your game at launch time
What Are App Launch Tokens?
How It Works
┌───────────┐ ┌───────────────┐ ┌──────────────┐ ┌──────────────┐
│ Launcher │────>│ GLC Backend │ │ Your Game │────>│ GLC Backend │
│ (Desktop) │ │ /generate │ │ │ │ /verify │
└───────────┘ └───────────────┘ └──────────────┘ └──────────────┘
1. Request 2. Returns 3. Game reads 4. Exchange
token token args at start token for
(60s TTL) user infoAvailable Placeholders
Placeholder
Replaced With
Security Properties
Property
Value
API Reference
Verify Token
Integration Example
Your Game (Client Side)
Your Game Server (Backend)
Setup
Last updated
Was this helpful?