mirror of
https://gitlab.com/bluesky-community1/decentralized-ecosystem.git
synced 2026-04-26 11:10:55 +02:00
Changes
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Identity
|
||||
|
||||
Centralized identities are administered and controlled by a single authority. Centralized social networks offer users centralized identities, administered and controlled by the service. Decentralized social networks offer forms of identity that are not centralized, with varying degrees of user control. Decentralized identities may be [federated, user-centric, or self-sovereign](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md).
|
||||
Centralized identities are administered and controlled by a single authority. Centralized social networks offer users identities that are administered and controlled by the service. Decentralized social networks offer forms of identity that give users varying degrees of control. Decentralized identities may be [federated, user-centric, or self-sovereign](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md).
|
||||
|
||||
We will call entities with identities "actors", because non-human entities such as companies, organizations, and bots may have identities on a social network.
|
||||
|
||||
@@ -24,7 +24,7 @@ OAuth is currently the most successful identity standard. OAuth was created to s
|
||||
|
||||
Email is the most successful federated social application. As a result, many user identifiers in federated applications look similar to email addresses.
|
||||
|
||||
- XMPP - User identity in XMPP is a username followed by the homeserver: `alice@example.comq`
|
||||
- XMPP - User identity in XMPP is a username followed by the homeserver: `alice@example.com`
|
||||
|
||||
- Matrix - User identity in Matrix is a username followed by the homeserver: `@bob:matrix.org`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user