transmute-industries / verifiable-credentials

v2
https://github.com/transmute-industries/verifiable-credentials
Apache License 2.0
11 stars 2 forks source link

Revocation Flag Returns false when valid #11

Open tsnyder-gs1us opened 4 months ago

tsnyder-gs1us commented 4 months ago

When checking Revocation for a Verifiable Credentials the library returns valid = false when the credential is not revoked. When the credential is revoked is returns valid = true. This behavior is confusing and not consistent with how the other valid flags work.

Here is an example when a Verifiable Credentials passed both the revocation and json schema validation.

image
OR13 commented 4 months ago

I revised the interface for status checks here: https://github.com/transmute-industries/verifiable-credentials/pull/13

Please let me know what you think