jolocom / jolocom-lib

Library for interacting with the identity solution provided by Jolocom.
MIT License
24 stars 18 forks source link

Support for render metadata in credential offer #309

Closed Exulansis closed 5 years ago

Exulansis commented 5 years ago

Description

In order to allow for better rendering / UX of credential offers on client devices (e.g. mobile wallets), issuers must be able to provide metadata for styling purposes (e.g. logo).

Updating the requestedInput field is not in scope for this issue.

To be done:

Note: The current data structure for the renderInfo field is meant to be compatible with the credential manifest as defined by the DIF. At later points in time, the @context field can be introduced to normalize the key names

Exulansis commented 5 years ago

Last thing left for now is documentation.

Exulansis commented 5 years ago

Documentation has been added, section 5 updated.