* clear

* feat: Add everything

* fix: Commenht
This commit is contained in:
Prad Nukala
2025-10-03 14:45:52 -04:00
committed by GitHub
parent 43b4a11c06
commit 13e6c3e84d
1935 changed files with 655061 additions and 40058 deletions
@@ -0,0 +1,21 @@
---
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>