What is a DID?
DID
TODO
Concepts

- DID Subject
- The entity identified by a DID and described by a DID document. Anything can be a DID subject: person, group, organization, physical thing, digital thing, logical thing, etc.
- DID Document
- DID Documents include ways to authenticate or prove association of the DID
- DID Method
- The DID method name follows the first colon and terminates with the second colon, e.g.,
did:example:
- The DID method name follows the first colon and terminates with the second colon, e.g.,
- DID scheme
- The part that has
did:
- The part that has
- DID Controller
- A DID controller is an entity that is authorized to make changes to a DID document. The process of authorizing a DID controller is defined by the DID method.