Commit 269681

2026-06-23 02:54:57 Anonymous: Revert accidental docs page content edits
passport.md ..
@@ 1,49 1,54 @@
# Passport
- Passport is the AeThex identity layer.
+ AeThex Passport is the identity platform that powers authentication and authorization across the AeThex ecosystem.
- It is designed to give users one consistent identity across AeThex-connected surfaces: games, support, community systems, governance, creator tools, and developer integrations.
+ {{InfoBox}}
+
+ | Property | Value |
+ |-----------|---------|
+ | Product | Passport |
+ | Category | Identity Platform |
+ | Status | Active |
+ | Protocols | OAuth 2.0, OpenID Connect |
---
- ## What Passport Handles
+ ## Features
- - 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
+ - Single Sign-On
+ - Linked Accounts
+ - Organization Membership
+ - Roles and Permissions
+ - Session Management
+ - Identity Verification
---
- ## Typical Passport Flow
+ ## Core Concepts
- 1. User creates or opens Passport.
- 2. User links external identities when needed.
- 3. An experience, app, or bot requests identity context.
- 4. AeThex verifies the user and returns approved scoped data.
- 5. The integration uses only the required information.
+ ### Profiles
- ---
+ Profiles represent an individual user's identity.
+
+ ### Organizations
- ## Integration Principles
+ Users may belong to multiple organizations.
- Passport integrations should follow three rules:
+ ### Roles
- 1. **Ask for the minimum scope.**
- 2. **Never expose private user data unnecessarily.**
- 3. **Make disconnect/revoke behavior obvious.**
+ Roles determine permissions and access.
+
+ ### Sessions
+
+ Sessions manage authentication state.
---
## Related Pages
- [[Authentication]]
- - [[Linked-Accounts]]
+ - [[Organizations]]
+ - [[Profiles]]
- [[Security]]
- - [[Game-Integration]]
- - [[Discord-Integration]]
+
+ {{PageIndex}}
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9