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
in web5.js the key pair param is lower case "keypair"
in dwn-sdk-js the param is keyPair - camelCase - when trying to createSignatureInput or ProtocolsConfigure.create this becomes an issue and it appears the key method doesn't include like the "alg" param like the ion method.
suggest ensuring case is same from dwn-sdk-js or ssi -> other projects (preferred camelCase in this scenario)
The text was updated successfully, but these errors were encountered:
in web5.js the key pair param is lower case "keypair"
in dwn-sdk-js the param is keyPair - camelCase - when trying to createSignatureInput or ProtocolsConfigure.create this becomes an issue and it appears the key method doesn't include like the "alg" param like the ion method.
suggest ensuring case is same from dwn-sdk-js or ssi -> other projects (preferred camelCase in this scenario)
The text was updated successfully, but these errors were encountered: