- From: Oliver Terbu <oliver.terbu@consensys.net>
- Date: Thu, 26 Sep 2019 18:30:25 +0200
- To: public-vc-wg@w3.org
Received on Thursday, 26 September 2019 16:30:59 UTC
Hi,
Is there a recommended way for how to specify a revocation method in the
VC, or what information a revocation entry should provide -- e.g., status
only? I know there will be likely a revocation method registry in the
future but how do we avoid name clashes?
I'm familiar with:
"revocation": {
"id": "http://example.gov/revocations/738",
"type": "SimpleRevocationList2017"
},
We want to implement a smart contract-based revocation registry -- don't
worry, we are not going to store the revoked VCs themselves. My proposal
would be:
"revocation": {
"id": "some-identifier-that-points-to-the-instance",
"type": "EIPxyzRevocationRegistry2019"
},
Thanks,
Oliver
Received on Thursday, 26 September 2019 16:30:59 UTC