digitalbazaar / data-integrity

Data Integrity Proof library for use with jsonld-signatures.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Remove `created` from proof by passing `date:null` into DataIntegrityProof constructor. #28

Closed wes-smith closed 9 months ago

wes-smith commented 9 months ago

-passing date: null sets this.date to a dummy value which is then used to make sure proof.created is never added -added tests for passing date: null, passing a real date, and passing no date

davidlehn commented 9 months ago

Fixes https://github.com/digitalbazaar/data-integrity/issues/27.

davidlehn commented 9 months ago

Needs a changelog entry.