What is the best way to add custom columns to Claims and Credentials #647
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi @Muhammad-Altabba, Also, the DID method that you use should not matter for this. |
Beta Was this translation helpful? Give feedback.
-
What if the additional attributes are not part of the Credential (o not part of the proof)? I need to store some additional attrbutes. It would be helpful if I could store them with the Credential. |
Beta Was this translation helpful? Give feedback.
-
A meta data property would help a lot. Currently we store some internal
state (status, exteralKey) which is not part of the VC schema. We use the
additional internal state in the Android/iOS app to provide some
additional functionality.
Op zo 21 nov. 2021 om 15:31 schreef Mircea Nistor ***@***.***
…:
Then I suppose a metadata property for a credential would be helpful.
We don't have this now, but it can technically be added.
Can you share an example of how you would use this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#647 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKLAQFSOYXBUIDHIQQNRMTUND7EJANCNFSM5BH2FOFA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
Hi @Muhammad-Altabba,
Are these custom claims embedded in the credentials? If they are, you don't need any modification to the database layout. They can be matched using the existing @veramo/data-store API.
Also, the DID method that you use should not matter for this.