-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Certificate): show more info to check issuer identity #353
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #353 +/- ##
==========================================
+ Coverage 71.39% 71.39% +<.01%
==========================================
Files 127 127
Lines 1891 1895 +4
Branches 337 338 +1
==========================================
+ Hits 1350 1353 +3
- Misses 411 412 +1
Partials 130 130
Continue to review full report at Codecov.
|
Hi @dariomas |
Sorry I forgot to get back to you yesterday, I think it'd be nice also that URLs become links (with |
Thank you @lemoustachiste and @raiseandfall |
Could be useful to add the badge.issuer.image field in the header's verifier? |
@@ -23,6 +24,7 @@ export default { | |||
issueDate: 'Data', | |||
issuerName: 'Organizzazione Issuer', | |||
issuerPublicKey: 'Chiave pubblica del Issuer', | |||
issuerURL: 'Issuer profile URL', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URL del profilo del Issuer
Hm that's old, I'm not too fresh on that anymore and things have evolved with v3 cert (plus DID support). |
@lemoustachiste The issuer image is retrived from the issuer profile json file (external) and the bagde.issuer.image is ignored. Can we show the badge.issuer.image in the verifier component instead of retrive from the external url? |
hm this is sort of by design as the issuer's identity (or brand) can evolve through time, so as to keep things accurate. Or maybe if there is no image for the distant issuer profile read the local one as a fallback, would that work for you? |
Show and in order to help the user to carefully check the Issuer identity.