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
From spec:
The object MUST include a type property, and its value SHOULD be the identifier type string of a registered Cryptographic Suite that supports JWK representations - for example:
EcdsaSecp256k1VerificationKey2019
JsonWebKey2020
The object MUST include a jwk property, and its value MUST be a public key expressed as a IETF RFC 7517 compliant JWK representation for a KEY_ALGORITHM supported by the implementation. If the value is not a compliant JWK representation, the entire Patch Action MUST be discarded, without any of it being used to modify the DID’s state.
The text was updated successfully, but these errors were encountered:
From spec:
The object MUST include a type property, and its value SHOULD be the identifier type string of a registered Cryptographic Suite that supports JWK representations - for example:
The object MUST include a jwk property, and its value MUST be a public key expressed as a IETF RFC 7517 compliant JWK representation for a KEY_ALGORITHM supported by the implementation. If the value is not a compliant JWK representation, the entire Patch Action MUST be discarded, without any of it being used to modify the DID’s state.
The text was updated successfully, but these errors were encountered: