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

Add support for credential embedded images #349

Closed nanderstabel closed 2 months ago

nanderstabel commented 2 months ago

Description

UniMe currently does not support images embedded inside Credentials as they will currently just be displayed as a long string value.

We need to be able to render such embedded images in a nice way.

In a next iteration we can improve the design further by implementing claim-specific display propterties: https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#appendix-A.1.1.2-3.1.2.2.1. (See #350)

Media types to be supported:

Motivation

Better user experience

Resources

https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#appendix-A.1.1.2-3.1.2.2.1 https://www.iana.org/assignments/media-types/media-types.xhtml#image

To-do List