w3c-ccg / did-spec

Please see README.md for latest version being developed by W3C DID WG.
https://w3c.github.io/did-core/
Other
124 stars 45 forks source link

Add "revocationAuthority" property #71

Closed Drabiv closed 6 years ago

Drabiv commented 6 years ago

Proposal to add "revocationAuthority" property into "revocation" object. Please, see below.


...
"revocation": {
    "id": "http://example.gov/revocations/738",
    "type": "SimpleRevocationList2017"
     "revocationAuthority": "did:example:ebfeb1f712ebc6f1c276e12ec21"
  },
...

The idea is to have explicitly stated who has the right to revoke credential. Usually it will be issuer, but it can also be other DIDs.

Drabiv commented 6 years ago

Closing, this was meant to be posted into VC repository.