Sphereon-Opensource / SSI-SDK

Self Sovereign Identity SDK
Apache License 2.0
61 stars 18 forks source link

Support for Bitstring Status List v1.0 #164

Open dmtrbchll opened 8 months ago

dmtrbchll commented 8 months ago

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

nklomp commented 8 months ago

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 commented 4 months ago

@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 commented 4 months ago

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.