diff --git a/index.html b/index.html index dd599fe..4e92ec0 100644 --- a/index.html +++ b/index.html @@ -195,26 +195,26 @@
- By invoking a DID resolver using the standard resolve(did, resolutionOptions) interface (as defined in
- the DID Resolution section) one can obtain a DID document and accompanying metadata
- (e.g., `contentType`, proof, versioning) which an application can use to validate a user's cryptographic keys,
- service endpoints, or status.
+ By invoking a DID resolver using the standard resolve(did, resolutionOptions) interface (as defined in
+ the DID Resolution section) one can obtain a DID document and accompanying metadata
+ (e.g., `contentType`, proof, versioning) which an application can use to validate a user's cryptographic keys,
+ service endpoints, or status.
- For example, a wallet app could resolve did:example:123?versionTime=2021-05-10T17:00:00Z
- using the `versionTime` parameter to retrieve the state of that DID at a past time, or a client could
- dereference a DID URL
- like did:example:123?service=files&relativeRef=/resume.pdf
- (see here for detailed example)
- to fetch a user's resume stored via a service declared in the DID document.
+ For example, a wallet app could resolve did:example:123?versionTime=2021-05-10T17:00:00Z
+ using the `versionTime` parameter to retrieve the state of that DID at a past time, or a client could
+ dereference a DID URL
+ like did:example:123?service=files&relativeRef=/resume.pdf
+ (see here for detailed example)
+ to fetch a user's resume stored via a service declared in the DID document.
- Further, the specification's DID URL dereferencing algorithm shows how
- a client can follow a fragment (e.g., #key-1) to extract a particular verification method from
- the DID document (see here for detailed example).
- In practice, implementers validate their resolver against the
- DID Resolution Test Suite which exercises
- normative MUSTs and error conditions (such as invalid DIDs, deactivated DIDs, unsupported methods,
- relative URL expansion, etc.) to ensure that client applications can reliably depend on correct resolution behavior
+ Further, the specification's DID URL dereferencing algorithm shows how
+ a client can follow a fragment (e.g., #key-1) to extract a particular verification method from
+ the DID document (see here for detailed example).
+ In practice, implementers validate their resolver against the
+ DID Resolution Test Suite which exercises
+ normative MUSTs and error conditions (such as invalid DIDs, deactivated DIDs, unsupported methods,
+ relative URL expansion, etc.) to ensure that client applications can reliably depend on correct resolution behavior
across different DID methods.
2020-12-20T19:17:47Z.
- hl
-