mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
22 lines
629 B
Plaintext
22 lines
629 B
Plaintext
---
|
|||
|
|
openapi: post /did.v1.Msg/IssueVerifiableCredential
|
||
|
|
title: Issue W3C Verifiable Credential
|
||
|
|
description: Create cryptographically signed credentials for identity claims
|
||
|
|
og:title: Issue Digital Credentials
|
||
|
|
---
|
||
|
|
|
||
|
|
<Note>
|
||
|
|
Only DIDs with appropriate verification methods can issue credentials.
|
||
|
|
The issuer's reputation affects credential trustworthiness.
|
||
|
|
</Note>
|
||
|
|
|
||
|
|
<Tip>
|
||
|
|
Set reasonable expiration dates for credentials that represent
|
||
|
|
time-bound claims (e.g., memberships, certifications).
|
||
|
|
</Tip>
|
||
|
|
|
||
|
|
<Warning>
|
||
|
|
Issued credentials cannot be modified. To update claims,
|
||
|
|
revoke the old credential and issue a new one.
|
||
|
|
</Warning>
|