Open Sakurann opened 2 years ago
for verifiedEmployee credential type @nklomp likes data url better.
I like RFC 2397 style more, because the data URL actually contains the mediatype.
data:image/gif;base64,R0lGODd..........
So then you can implement based on the media type how your solution should display the photo, versus your software having to know about the Credential Type and the photo binary having to be displayed as an image
moving a conversation from a PR. When a photo claim is used in the VC-JWT, should it be binary or a data URL.