decentralized-identity / universal-resolver

Universal Resolver implementation and drivers.
https://uniresolver.io/
Apache License 2.0
548 stars 240 forks source link

Merge did:health driver into universal resolver #387

Open did-health opened 10 months ago

did-health commented 10 months ago

merge main

did-health commented 10 months ago

This is the universal driver for did:health. This is part of the DIF Identity Hackathon submission.

peacekeeper commented 9 months ago

Hello, I just tried this and get an HTTP 200 response, but the DID document seems to be empty:

{
  "@context": "https://w3id.org/did-resolution/v1",
  "didDocument": {},
  "didResolutionMetadata": {
    "pattern": "^(did:health:.+)$",
    "driverUrl": "http://driver-did-health:8080/1.0/identifiers/",
    "duration": 25,
    "did": {
      "didString": "did:health:000005saasas1234",
      "methodSpecificId": "000005saasas1234",
      "method": "health"
    },
    "contentType": "application/did+ld+json"
  },
  "didDocumentMetadata": {}
}

Is this expected? Do you have a test identifier that returns an actual DID document when resolved?