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

Support for Bitstring Status List v1.0 #164

Open
dmtrbchll opened this issue Feb 22, 2024 · 3 comments
Open

Support for Bitstring Status List v1.0 #164

dmtrbchll opened this issue Feb 22, 2024 · 3 comments

Comments

@dmtrbchll
Copy link

Does the SDK supports bitstring statuses for Verifiable Credentials, and if yes, is there a way to expose this?

@nklomp
Copy link
Contributor

nklomp commented Feb 29, 2024

Hi @dmtrbchll At the moment it does not. We do support management and status checks for its predecessor StatusList2021. We expect to be adding Bitstring as well as OAuth next quarter

@cre8
Copy link

cre8 commented Jun 25, 2024

@dmtrbchll @nklomp we added the oauth token status list to the sd-jwt-vc package and implemented the issuance and verification in a wallet based on the sphereon packages, see:
https://github.com/openwallet-foundation-labs/credhub/blob/main/apps/verifier-backend/src/app/verifier/relying-party-manager.service.ts#L245

Since the oauth spec or w3c vc dm spec are not cross referencing, we added the package to the monorepo of the sd-jwt project at the OWF.

@nklomp
Copy link
Contributor

nklomp commented Jun 25, 2024

Cool. Since sd-jwt is also landing this development sprint. We should be able to support it soon from the holder perspective.

On the issuer/management side it will be more work, as we need to be able to manage the statuslist and integrate it into the REST APIs etc.

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

No branches or pull requests

3 participants