- BREAKING: The
verified
property returned fromcheckStatus
only indicates whether the VC's SLC was property verified, it does not make any statement about thestatus
value (true/false/other) expressed in the SLC for the credential status index. Onlystatus
indicates the value of the status at that index of interest.
- Return
status
value so it can be used instead ofverified
in status check information. Theverified
property may be removed in the future, instead allowing for business rules to checkstatus
based against the status purpose and not conflating verification of the VC and its related SLC with the current status of the VC that was checked.
- Ensure credentials that only use the VC v2 context match status type checks.
- Initial version.
- See git history for changes previous to this release.