Now, we can receive a credential via HTTP transport without a mediator.
The issuer embeds offer-credential-message in the oob invitation, and the holder first makes connection and then send request-credential-message to the issuer. The credential will be contained in the HTTP response, so the holder can receive the credential without a mediator.
Now, we can receive a credential via HTTP transport without a mediator. The issuer embeds offer-credential-message in the oob invitation, and the holder first makes connection and then send request-credential-message to the issuer. The credential will be contained in the HTTP response, so the holder can receive the credential without a mediator.
This tests the scenario in #16 For now, the test fails because of https://github.com/hyperledger/aries-framework-javascript/issues/1129