Rolson Quadras
Rolson Quadras
We are working on a similar problem statement where one presentation request results in multiple presentations. Use Case: Verifier requires a Driver License (DL) and the latest Credit Report (CR)...
Example json with jwt and json-ld https://identity.foundation/presentation-exchange/#basic-presentation-submission-object
Related PR https://github.com/hyperledger/aries-framework-go/pull/3276
Thanks @borancar, for the PR - it's fantastic to see AFG in Serverless environments. We have 2 github repositories for Aries Framework Go (AFG) related components: - [AFG](https://github.com/hyperledger/aries-framework-go) for core...
Supported packages in tinygo - https://tinygo.org/docs/reference/lang-support/stdlib/
> After some reading (https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) and thinking, I think option 3 with this uri is what I'm recommending: `didcomm:transport/hold` This is a valid URI (which does not require an //authority)...
The uniresolver driver for did:web expects the destination to be https and checks for certificate validity. This can't be tested locally due to self signed certificates fail in local deployments.
This issue happens due to BBS+ query - the query doesn't have name attribute in the frame, hence backend api doesn't return the VC name and UI falls back to...
In ui-automation tests (DIDComm use-case), we have added a sleep as a workaround - https://github.com/trustbloc/wallet/pull/1139/files#diff-82221298074eeacc6e7e5c31ef22885a52d559ea51e23835be323b2aee971fbcR85-R86
Pre-requisite for this https://github.com/trustbloc/edge-service/issues/419