decentralized-identity / did-jwt

Create and verify DID verifiable JWT's in Javascript
Apache License 2.0
333 stars 71 forks source link

Added conditional logic following the ConditionalProof specification #272

Closed theblockstalk closed 1 year ago

theblockstalk commented 1 year ago

Adds the ability to verify JWTs with multi-signatures and delegated signatures and combinations of the two, against DIDs that follow the ConditionalProof specification.

https://github.com/w3c-ccg/verifiable-conditions

See slide deck for overview of changes: https://docs.google.com/presentation/d/13jaeireCRFoI1jFPFkbwBhTMQgUG7zEHRjmq0PWz-CI

theblockstalk commented 1 year ago

I have made changes per your comments.

I have also added test suite ConditionalAlgorithm.test.ts which covers many scenarios. Test suite is now passing all tests.

uport-automation-bot commented 1 year ago

:tada: This PR is included in version 7.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: