mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-06-01 20:52:21 -04:00
re-organize DID content
This commit is contained in:
parent
e8efee3d60
commit
09b5c3acb2
5 changed files with 47 additions and 35 deletions
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
title: "(DID) the Decentralized Identifier - W3C"
|
||||
title: "Decentralized Identifiers (DIDs) - W3C"
|
||||
name: Decentralized Identifiers
|
||||
layout: standards
|
||||
headings: ["Main","Explainer","Working Group","Literature","Supporting","Critique","W3C Recommendation"]
|
||||
headings: ["Main","Explainer","Literature","Supporting","Critique"]
|
||||
description: Decentralized identifiers (DIDs) are a new type of identifier that enables verifiable, decentralized digital identity.
|
||||
excerpt: >
|
||||
Decentralized identifiers (DIDs) are a new type of identifier that enables verifiable, decentralized digital identity. A DID identifies any subject (e.g., a person, organization, thing, data model, abstract entity, etc.) that the controller of the DID decides that it identifies. In contrast to typical, federated identifiers, DIDs have been designed so that they may be decoupled from centralized registries, identity providers, and certificate authorities. Specifically, while other parties might be used to help enable the discovery of information related to a DID, the design enables the controller of a DID to prove control over it without requiring permission from any other party. DIDs are URIs that associate a DID subject with a DID document allowing trustable interactions associated with that subject.
|
||||
A DID identifies any subject (e.g., a person, organization, thing, data model, abstract entity, etc.) that the controller of the DID decides that it identifies. In contrast to typical, federated identifiers, DIDs have been designed so that they may be decoupled from centralized registries, identity providers, and certificate authorities. Specifically, while other parties might be used to help enable the discovery of information related to a DID, the design enables the controller of a DID to prove control over it without requiring permission from any other party. DIDs are URIs that associate a DID subject with a DID document allowing trustable interactions associated with that subject.
|
||||
categories: ["Web Standards"]
|
||||
tags: ["Credentials Community Group","Decentralized Identifiers","DIDWG","DIF","Evernym","FIMSA","ID2020","IETF","IIW","NIST","RWoT","SRI International","W3C"]
|
||||
permalink: /web-standards/w3c/decentralized-identifier/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: "(DIDs) DID Methods - W3C"
|
||||
title: "DID Methods - Various"
|
||||
name: DID Methods
|
||||
layout: standards
|
||||
headings: ["About","DID Methods","Discussion"]
|
||||
headings: ["Main","DID Methods","Discussion"]
|
||||
description: Different DID methods use different underlying mechanisms with different performance, security, and privacy tradeoffs.
|
||||
excerpt: >
|
||||
DID methods are the magic ingredient that gives DIDs their flexibility. Before creating any specific DID, you first choose a DID method, which determines how you perform the create, read, update, and deactivate operations on a DID of that method.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue