Blame
|
1 | # Linked Accounts |
||||||
| 2 | ||||||||
|
3 | Linked accounts connect external identities to Passport. |
||||||
|
4 | |||||||
|
5 | Examples may include Discord, Roblox, email, web3 wallets, developer accounts, or partner platform identities. |
||||||
|
6 | |||||||
|
7 | --- |
||||||
| 8 | ||||||||
| 9 | ## Why Link Accounts? |
|||||||
| 10 | ||||||||
| 11 | Linked accounts allow AeThex to: |
|||||||
| 12 | ||||||||
| 13 | - Confirm user ownership across platforms. |
|||||||
| 14 | - Route support tickets correctly. |
|||||||
| 15 | - Connect Discord communities. |
|||||||
| 16 | - Verify game access. |
|||||||
| 17 | - Map achievements or entitlement data. |
|||||||
| 18 | - Reduce duplicate identities. |
|||||||
| 19 | ||||||||
| 20 | --- |
|||||||
| 21 | ||||||||
| 22 | ## User Control |
|||||||
| 23 | ||||||||
| 24 | Users should be able to: |
|||||||
| 25 | ||||||||
| 26 | - View linked accounts. |
|||||||
| 27 | - Add a new linked account. |
|||||||
| 28 | - Remove a linked account. |
|||||||
| 29 | - Reauthorize expired connections. |
|||||||
| 30 | - Report an incorrect link. |
|||||||
| 31 | ||||||||
| 32 | --- |
|||||||
| 33 | ||||||||
| 34 | ## Integration Notes |
|||||||
| 35 | ||||||||
| 36 | Integrations should treat linked accounts as scoped references, not as permission to access every external account detail. |
|||||||