-
Notifications
You must be signed in to change notification settings - Fork 90
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 JWT Presentations #1175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Please add the missing consistency checks on the presentation unless they are somehow not necessary. I would also suggest to do the extract_dids
in this PR and add a test for it. I think we should remove the old Credential, Presentation Validators and their respective APIs in the resolver in a separate PR since that seems like a bigger task than anticipated.
Co-authored-by: Philipp Gackstatter <philipp.gackstatter@iota.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for the updates!
Description of change
Add support for issuing and validating JWT presentation.
Links to any relevant issues
#1151
(implementation does not match the issue description)
Type of change