Skip to content

Commit

Permalink
Removed orphan references to CWT
Browse files Browse the repository at this point in the history
  • Loading branch information
babisRoutis committed Sep 10, 2024
1 parent c8cbff2 commit 99d0fc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and requires the use of a suitable OAUTH2 server.
| [Credential Issuer MetaData](#credential-issuer-metadata) | Yes, using `scopes` |
| Batch Endpoint ||
| Deferred Endpoint ||
| Proof | ✅ JWT (`jwk`, `x5c`, `did:key`, `did:jwk`) , ❌ CWT |
| Proof | ✅ JWT (`jwk`, `x5c`, `did:key`, `did:jwk`) |

## How to use docker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ enum class ProofTypeTO {
data class ProofTo(
@SerialName("proof_type") @Required val type: ProofTypeTO,
val jwt: String? = null,
val cwt: String? = null,
@SerialName("ldp_vp")
val ldpVp: String? = null,
)
Expand Down

0 comments on commit 99d0fc9

Please sign in to comment.