The Wayback Machine - https://web.archive.org/web/20210730195447/https://github.com/topics/verifiable-credentials
Skip to content
#

verifiable-credentials

Here are 121 public repositories matching this topic...

swcurran
swcurran commented Jul 13, 2021

Please update the DID Resolver within ACA-Py for "did:sov" to follow the rules as recently updated in the DID Method spec. This means adjusting the returned DIDDoc to exactly what is documented in the DID Method spec for the cases of their being no endpoint ATTRIB, a "current convention" endpoint ATTRIB and support for the defined new convention endpoint ATTRIB.

The PR for the DID Method that hi

esune
esune commented Feb 20, 2021

After successfully responding to a proof-request, vc-authn will compile a JWT which contains all of the attribute values that were received when responding to the proof-request.

It would be best to wrap all of those attributes in an object (e.g.: presented_attribute_values) in order to facilitate integration with third-party AIM systems such as Keycloak. This would only require setting-up t

esune
esune commented Feb 16, 2021

Issuing credentials with attributes set to a blank string is currently not supported: this is because of how the SurveyJS component responsible for gathering the credential attribute information works and ignore empty fields.

It should be possible to run a function on survey completion that checks whether there are empty attributes that were not added to the payload and add them with a default

Improve this page

Add a description, image, and links to the verifiable-credentials topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the verifiable-credentials topic, visit your repo's landing page and select "manage topics."

Learn more