Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace current Linked Verifiable Presentation implementation with identity_credential #384

Open
2 tasks
nanderstabel opened this issue Oct 3, 2024 · 0 comments
Labels
Refactor Refactor code without changing functionality.

Comments

@nanderstabel
Copy link
Contributor

nanderstabel commented Oct 3, 2024

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

To-do List

  • Bump identity.rs dependencies to 1.4
  • Utilize identity_credential's Linked VP implementation
@nanderstabel nanderstabel added the Refactor Refactor code without changing functionality. label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Refactor code without changing functionality.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant