digitalbazaar / vc

W3C Verifiable Credentials implementation in JavaScript
BSD 3-Clause "New" or "Revised" License
173 stars 50 forks source link

Issuance date is checked upon issuance #144

Closed F-Node-Karlsruhe closed 11 months ago

F-Node-Karlsruhe commented 1 year ago

The library does not allow to set the issuance date to the future (in order to make a credential valid in the future) as specified in https://www.w3.org/TR/vc-data-model/#issuance-date

-> the check should be skipped or inverted in case of issuance

F-Node-Karlsruhe commented 1 year ago

Fix proposed in https://github.com/digitalbazaar/vc/pull/145

dlongley commented 11 months ago

Addressed by #145.