-
Support the hosting part of shortened urls as described in the url shortening section of the OOB spec: https://github.com/hyperledger/aries-rfcs/blob/main/features/0434-outofband/README.md#url-shorten…
-
RFC: https://github.com/hyperledger/aries-rfcs/blob/main/features/0453-issue-credential-v2/README.md
For `credential_preview` in the issue-credential-v2 proposals, the following statement is made:
…
-
This #571 changed the mime-type for DIDComm messages, and the feeling was that we didn't need to change the frameworks to make this happen.
We did an interop test in the https://github.com/hyperle…
-
As part of the integration of Askar with Aries Framework JavaScript, I'm running a [test](https://github.com/genaris/aries-framework-javascript/blob/d6f348b33b2a57fb9acb6ccea141ff1fc097b405/tests/e2e-…
-
I think we've sort of discussed this before, but just wanted to open an issue to continue the discussion.
We're currently integrating this library into Aries Framework JavaScript (AFJ), and one of …
-
In order for this plugin to be complete, we have to implement the notitifcation sender side.
This means:
- Listening to new incoming messages via the correct URI
- Adding the incoming message pay…
-
As @genaris has mentioned in #666
... it is related to hyperledger/aries-framework-javascript#1391. AFJ as issuer is not currently working in AATH because it uses legacy/unqualified identifiers and A…
-
As been discussed in the Aries WG calls lately we want to move away from usage of unqualified dids. This issue focuses on usage of unqualified dids in didcomm, not in lower level objects (such as indy…
-
Hi!
I've been testing the OpenId4VC client using the Mattr Launchpad credentials as demoed by @karimStekelenburg. The flow works great for me, until the validation of the credential happens (just b…
-
Hi there,
we are using aries-framework-javascript in 2 instances:
- as a mobile agent, using react-native
- as a mediator, using node in Docker
Credentials themselves are issued using aca-py.
…