w3c-ccg / vc-issuer-http-api

A specification for an HTTP API used to issue Verifiable Credentials.
https://w3c-ccg.github.io/vc-http-api/
Other
7 stars 5 forks source link

Example credential format for JWT and Linked Data Proofs #3

Closed OR13 closed 4 years ago

OR13 commented 4 years ago

The VC Data Model provides some example credential types, I'd love to support the credential format used by the Well Known DID Configuration here, since we have recently discussed expanding its proof format to support the VC Data Model.

This PR adds tests for JWT and Linked Data (VC Data Model) credentials for linking a domain to DIDs.

https://github.com/decentralized-identity/.well-known/pull/27

Given the nature of this API, I would find it very helpful to use this as an example.

I'm also eager to contribute to this work, would some kind of docker reference implementation be helpful?

OR13 commented 4 years ago

Superseeded by: https://github.com/w3c-ccg/vc-issuer-http-api/issues/31

closing.