-
Notifications
You must be signed in to change notification settings - Fork 49
Revocation List and Restful APIs #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This can create awkwardness, when you want to support |
Can you add a few more details what the issue is here? In any case, this may be related to #126 where I pointed out that the current |
At the very least, we need to determine how the client tells the issuer that they 1) manage the revocation list, or 2) use an external revocation list. My suggestion would be that just specifying the following when issuing as an issuing option tells the issuer software that you want the issuer software to manage the revocation list:
Not specifying that, but doing something like this in the VC tells the issuer that revocation will be handled by an external system:
|
I am in favor of doing this, after documenting current behavior. |
@peacekeeper can you propose specific changes you would like to see to how revocation is documented and tested? |
@OR13 I simply don't understand what this issue is about. It starts with saying something about If possible, can you add a better explanation of what this issue is all about? |
@peacekeeper The issue is that revocation is not documented or tested sufficiently / at all, the solution is to improve documentation by updating JSON Schema, and possibly by adding informative text to respec. |
Sounds good, I agree with that. Can we then close this issue and open another one which just says that? |
I'm fine with you doing that :) |
@OR13 assigning to you so we can close this issue. |
Uh oh!
There was an error while loading. Please reload this page.
Revocation List VCs require an
id
.All examples of revocaiton list vc todate, have followed a "collection" api format:
id: https://example.com/credentials/123
The text was updated successfully, but these errors were encountered: