impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
26 stars 3 forks source link

Trust list for linked vp #344

Open Oran-Dan opened 3 months ago

Oran-Dan commented 3 months ago

Description

The idea is to have a trust list of domain url's, accessible in the settings.

This trust list will be used to perform domain verification for linked VP's. If a domain is not trusted we don't want to display anything from the linked VP as we cannot guarantee that what is being linked is actually of any value, and presenting it anyway would very much make it look like a valuable trust point.

In dev mode this needs to be editable, meaning we can delete, add and turn on/off the domains on the trust list. In reg mode its a fixed list, without options

Motivation

Enhance UX & DX and support linked VP in a more scalable way.

Resources

No response

To-do List