You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: