jsonld-signatures
Advanced tools
Changelog
8.0.1 - 2021-03-18
Changelog
8.0.0 - 2021-03-18
owner
proof property.creator
proof property.crypto-ld
classes.PublicKeyProofPurpose
.GraphSignature2012
suite.LinkedDataSignature2015
suite.JwsLinkedDataSignature
suite moved to https://github.com/digitalbazaar/jws-linked-data-signatureRsaSignature2018
suite moved to https://github.com/digitalbazaar/rsa-signature-2018Ed25519Signature2018
suite moved to https://github.com/digitalbazaar/ed25519-signature-2018compactProof
parameter when signing and verifying. This
means that going forward, documents are required to use the appropriate
contexts for the proof that they're using (error will be thrown otherwise).Changelog
7.0.0 - 2021-02-11
jsonld@4.0.1
dep (uses JSON-LD 1.1).Changelog
6.0.0 - 2020-09-30
Changelog
5.1.0 - 2020-05-05
Changelog
5.0.0 - 2020-02-14
verify()
's results.error is now always a
VerificationError
instance where error.errors
is an array that includes
all of the errors that occurred during the verification process.