Aries-Cloudagen-Python 0.6.0 release: Verify Credential before storing it in wallet

167 Views Asked by At

As of https://github.com/hyperledger/aries-cloudagent-python/blob/1c7bc86b91cd10d472ad15cb52c09b9424e8175c/aries_cloudagent/protocols/issue_credential/v2_0/formats/ld_proof/handler.py#L470

in the current main branch, it seems that a credential is first verified (meaning, it is checked if the raw data, matches the data inside the signature, to control if the date was altered during issue credential from issuer to holder) before stored in the wallet.

I currently use aca-py 0.6.0 release and after researching in the source Code, i could not find this behavior.

Have I overseen something or is this missing? I am currently trying to build an authentication and authorisation system on-top of aries and indy. If this is missing in the current release, i need to implement a workaround.

1

There are 1 best solutions below

0
On