Files
sonr/docs/reference/messages/did-issue-verifiable-credential.mdx
T

22 lines
560 B
Plaintext
Raw Normal View History

2025-10-03 14:45:52 -04:00
---
title: Issue W3C Verifiable Credential
description: Create cryptographically signed credentials for identity claims
2026-09-02 16:53:38 -04:00
seo:
title: "Issue Digital Credentials"
2025-10-03 14:45:52 -04:00
---
2026-09-02 16:53:38 -04:00
:::note
Only DIDs with appropriate verification methods can issue credentials.
The issuer's reputation affects credential trustworthiness.
:::
2025-10-03 14:45:52 -04:00
2026-09-02 16:53:38 -04:00
:::tip
Set reasonable expiration dates for credentials that represent
time-bound claims (e.g., memberships, certifications).
:::
2025-10-03 14:45:52 -04:00
2026-09-02 16:53:38 -04:00
:::warning
Issued credentials cannot be modified. To update claims,
revoke the old credential and issue a new one.
:::