We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are wrongly setting the Verification method type to the curve value, secp, ed... which is wrong.
This impacts the offline first issuer as it is not able to find the right key based on the resolved DIDDocument
These are the valid values:
export enum VerificationKeyType { Ed25519VerificationKey2018 = "Ed25519VerificationKey2018", Ed25519VerificationKey2020 = "Ed25519VerificationKey2020", X25519KeyAgreementKey2019 = "X25519KeyAgreementKey2019", X25519KeyAgreementKey2020 = "X25519KeyAgreementKey2020", EcdsaSecp256k1VerificationKey2019 = "EcdsaSecp256k1VerificationKey2019", }
No response
The text was updated successfully, but these errors were encountered:
elribonazo
Successfully merging a pull request may close this issue.
Proposed feature
We are wrongly setting the Verification method type to the curve value, secp, ed... which is wrong.
This impacts the offline first issuer as it is not able to find the right key based on the resolved DIDDocument
Feature description
These are the valid values:
Anything else?
No response
The text was updated successfully, but these errors were encountered: