Replace current Linked Verifiable Presentation implementation with identity_credential
#384
Labels
Refactor
Refactor code without changing functionality.
Description
Our current implementation of Linked Verifiable Presentation validation is custom-built and maintained in-house.
Recently, the identity.rs crate by the IOTA Foundation has been updated to support Linked Verifiable Presentations (see iotaledger/identity.rs#1398). This external crate is actively maintained and aligns with industry standards.
Depends on impierce/did-manager#31
Motivation
Outsourcing the implementation to a well-maintained external crate frees up our resources.
Resources
identity_
dependencies from1.3
to1.4
did-manager#31To-do List
identity.rs
dependencies to1.4
identity_credential
's Linked VP implementationThe text was updated successfully, but these errors were encountered: