Game Integration
Game integration connects an experience to Passport, inventory, achievements, progress, and support context.
Integration Checklist
- Register the game/project.
- Choose required Passport scopes.
- Implement sign-in or linking flow.
- Verify sessions server-side.
- Sync achievements/progress if needed.
- Connect support and moderation routing.
- Test with staging users.
Common Game Data
| Data | Notes |
|---|---|
| Passport ID | Stable user identity reference |
| Display profile | Public-facing name/avatar context |
| Inventory | Approved item/locker data |
| Achievements | Progress and milestone events |
| Entitlements | Access, roles, purchases, grants |
Recommended Pattern
Do not trust client-only game claims. Send client events to your server, verify with AeThex, then apply rewards or state changes.