Is it possible to update an existing verifiable credential? #830
Unanswered
adnan-alam-rfera
asked this question in
Q&A
Replies: 1 comment
-
Its not possible to modify a credential because the data in it is signed, so any modification would invalidate the signature. If you are the issuer of the original credential, then you can issue a new credential with the new data and send it to the user. In some cases, the old credential should be revoked, but it depends on the use-case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to know that is it possible to update the information of existing verifiable credentials?
For example, I've created a verifiable credential for user profile with name, username, email, etc.
Now, the user email has been changed so in this case how to update the email in the previously created verifiable credential?
Beta Was this translation helpful? Give feedback.
All reactions