You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I'm getting the following (non-blocking Actually, this is the (first) failing error, not the fact that proof proofPurpose does not match the purpose) error when I haven't specified it:
TypeError: "challenge" must be a string.
at new AuthenticationProofPurpose (.../node_modules/jsonld-signatures/lib/purposes/AuthenticationProofPurpose.js:15:13)
The text was updated successfully, but these errors were encountered:
According to the data integrity spec https://www.w3.org/TR/vc-data-integrity/#verify-proof, the
challenge
parameter is optional.However I'm getting the following (
non-blockingActually, this is the (first) failing error, not the fact that proofproofPurpose
does not match the purpose) error when I haven't specified it:The text was updated successfully, but these errors were encountered: