Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
截至 https://github.com/hyperledger/aries-cloudagent-python/blob/1c7bc86b91cd10d472ad15cb52c09b9424e8175c/aries_cloudagent/protocols/issue_credential/v2_0/formats/ld_proof/handler.py#L470
在当前的主分支中,似乎首先验证了凭证(意思是检查原始数据是否与签名中的数据匹配,以控制在从发行人到持有人的发行凭证期间日期是否被更改),然后再存储钱包。
我目前使用 aca-py 0.6.0 版本,在研究源代码后,我找不到这种行为。
我是否监督了某些事情,或者这是否缺失?我目前正在尝试在 aries 和 indy 之上构建一个身份验证和授权系统。如果当前版本中缺少此功能,我需要实施一种解决方法。
简短的回答:是的。
证明:https ://github.com/hyperledger/aries-cloudagent-python/issues/1217