-
Updated
Jul 9, 2021 - Java
verifiable-credentials
Here are 121 public repositories matching this topic...
-
Updated
Jul 30, 2021 - Rust
-
Updated
Jul 30, 2021 - Go
-
Updated
Nov 24, 2020 - Python
-
Updated
Jul 28, 2021 - CSS
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
-
Updated
Jul 14, 2021 - Python
-
Updated
Jun 24, 2021
-
Updated
Feb 17, 2021
-
Updated
Jul 28, 2021 - C#
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
Jun 12, 2021
-
Updated
Jul 30, 2021 - Python
Observer should note "who wrote the transaction to the ledger"...
-
Updated
Aug 25, 2019 - C#
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
-
Updated
Jul 9, 2021 - Rust
-
Updated
Jul 12, 2021 - TypeScript
-
Updated
Apr 23, 2020 - JavaScript
-
Updated
Jul 28, 2021 - Go
-
Updated
Jul 28, 2021 - Scala
-
Updated
Jul 30, 2021 - Go
-
Updated
Nov 26, 2020 - Java
-
Updated
Jul 16, 2021 - Go
-
Updated
Jul 14, 2021 - TypeScript
-
Updated
Jul 25, 2021 - TypeScript
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Jul 29, 2021 - JavaScript
Improve this page
Add a description, image, and links to the verifiable-credentials topic page so that developers can more easily learn about it.
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."


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