Change the data variable in reducer to declarativeDetails and create a new key/value pair for credentials
Display credentials on DV screen and type to parse JWT. Handle error if unable to decode. Allow user to see raw JWT
Add the prefix DD_ to user submitted declarative details and hide older, non DD_ ones below.
Right now, the CredentialDisplay component shows the JWT. In the future it will be refactored to use the @rsksmart/vc-json-schemas-parser package to prettify them.
declarativeDetails
and create a new key/value pair forcredentials
DD_
to user submitted declarative details and hide older, non DD_ ones below.Right now, the CredentialDisplay component shows the JWT. In the future it will be refactored to use the @rsksmart/vc-json-schemas-parser package to prettify them.