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: add sd-jwt issuer support and e2e test #1

Draft
wants to merge 9 commits into
base: feat/sd-jwt
Choose a base branch
from

Conversation

TimoGlastra
Copy link
Owner

This PR builds on top of Sphereon-Opensource#78, and adds support for issuance side for sd-jwt vcs as well as adds an e2e test using sd-jwt vcs

It's not fully complete yet, as I need to define the credential interface that is passed as input to the issueCredential. Sd JWT VCs have a different interface than the other credential types, and need to make sure the right data is passed.

An alternative I was thinking of, is whether it may be possible to just pass in a signed credential, and not use the signedCallback etc..

That way we can create a SD-JWT VC based on the request, and then pass it to issue credential directly (which will do the other validations)

Signed-off-by: Timo Glastra <timo@animo.id>
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

Successfully merging this pull request may close these issues.

3 participants