Skip to content

2.3.0

Compare
Choose a tag to compare
@ntn-x2 ntn-x2 released this 23 Feb 07:12
· 29 commits to master since this release
b9133f9

Better support for the Accept HTTP header.

  • For application/json and application/did+json, the return type is application/did+json and only contains the resolved DID document in JSON form.
  • For application/ld+json and application/did+ld+json, the return type is application/did+ld+json and only contains the resolved DID document in JSON-LD form.
  • For application/ld+json;profile="https://w3id.org/did-resolution", the return type is application/ld+json;profile="https://w3id.org/did-resolution" and contains the resolved DID document in JSON-LD form plus the document and resolution metadata.

For more information, please refer to the DID Resolution Result and DID Resolution HTTP Bindings specs.