Passport
Passport is the AeThex identity layer.
It is designed to give users one consistent identity across AeThex-connected surfaces: games, support, community systems, governance, creator tools, and developer integrations.
What Passport Handles
- Account identity
- Authentication
- Linked accounts
- Public profile context
- Roles and permissions
- Inventory and locker context
- Achievement and progress context
- Support identity and ticket routing
- Governance eligibility and voting context
Typical Passport Flow
- User creates or opens Passport.
- User links external identities when needed.
- An experience, app, or bot requests identity context.
- AeThex verifies the user and returns approved scoped data.
- The integration uses only the required information.
Integration Principles
Passport integrations should follow three rules:
- Ask for the minimum scope.
- Never expose private user data unnecessarily.
- Make disconnect/revoke behavior obvious.