spruceid / ssi

Core library for decentralized identity.
https://spruceid.dev
Apache License 2.0
193 stars 61 forks source link

VCDM v2.0 #549

Closed timothee-haudebourg closed 3 months ago

timothee-haudebourg commented 4 months ago

Currently ssi has support for Verifiable Credential Data Model v1.1. It is possible to produce and verify VCDM v2.0 credentials, but without validation of v2.0 properties like validFrom and validUntil. This PR is about adding proper support for VCDM v2.0.

Implementation plan