hypersign-protocol / hid-node

A permissionless blockchain network to manage digital identity and access rights
https://hypersign.id
Apache License 2.0
223 stars 23 forks source link

Bug: validation for Proof type in Schema and Credential Status Docs #311

Closed arnabghose997 closed 1 year ago

arnabghose997 commented 1 year ago

The type field of CredentialProof and SchemaProof is not being validated, and hence a validation needs to be put in place to ensure the value of type field correctly corresponds to the Verification Method type.

arnabghose997 commented 1 year ago

Addressed in: https://github.com/hypersign-protocol/hid-node/pull/312