digitalcredentials / vc

JavaScript implementation of W3C Verifiable Credentials standard
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Fix revocation/checkStatus behavior #5

Closed dmitrizagidulin closed 1 year ago

dmitrizagidulin commented 2 years ago

in _verifyCredential, if the credential does not have a credentialStatus property, do not check its status with the callback.

In other words, VCs that don't have a revocation property are currently showing as revoked, which is incorrect.

kayaelle commented 1 year ago

@dmitrizagidulin - can this be closed?