Skip to content
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

Propagate revocation state of a credential to a target party like "kli vc revoke" #341

Open
kentbull opened this issue Dec 16, 2024 · 1 comment

Comments

@kentbull
Copy link
Contributor

Feature request description/rationale

There should be functionality in KERIA similar to the kli vc revoke command where a credential issuer can tell a target about the revocation state of a credential.

Specifically, the forwarding.Postman should be used to send the ACDC and all attachments like in kli vc revoke:

class RevokeDoer(doing.DoDoer):
    ...
    def revokeDo(...):
        ....
        self.postman.send(
            src=senderHab.pre, 
            dest=recp, 
            topic="credential", 
            serder=serder,
            attachment=atc)
@kentbull
Copy link
Contributor Author

As an example use case, this would allow a KERIA agent to present the revocation state of a credential to the Sally component of the vLEI Reporting API just like the command line KLI does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant