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

feat: w3c revocation using bit string status list for dedicated and multi-tenancy #171

Draft
wants to merge 19 commits into
base: develop
Choose a base branch
from

Conversation

KulkarniShashank
Copy link
Contributor

What

  • Implemented W3C credential revocation using a bit string status list.
  • Added support for both dedicated and multi-tenancy scenarios.
  • Integrated with the existing credential status management system.

Why

  • To enable the revocation of W3C credentials in compliance with the standard.
  • To support various deployment configurations, including multi-tenant environments, enhancing the flexibility and scalability of the solution.

How

  • Created new functions for generating, encoding, and decoding bit string status lists.
  • Integrated these functions into the credential issuance and verification processes.
  • Extended the credential management logic to handle revocation checks for both dedicated and multi-tenant environments.
  • Updated existing modules to support the new revocation features, ensuring backward compatibility.

GHkrishna and others added 11 commits July 2, 2024 15:01
… support revocation of jsonld credentials

Signed-off-by: Krishna Waske <[email protected]>
…into feat/revocation-support-for-jsonld-credential
…into feat/revocation-support-for-jsonld-credential
…into feat/revocation-support-for-jsonld-credential

Signed-off-by: KulkarniShashank <[email protected]>
Copy link

sonarcloud bot commented Sep 5, 2024

@GHkrishna GHkrishna added the enhancement New feature or request label Oct 23, 2024
@GHkrishna GHkrishna added the feature Defines a new feature label Oct 23, 2024
@GHkrishna GHkrishna marked this pull request as draft October 23, 2024 05:52
@GHkrishna
Copy link
Contributor

Converting to draft as revocation support for w3c will be implemented after merge of w3c revocation support in credo-ts with PR #2024 in credo-ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Defines a new feature
Projects
None yet
2 participants