Derek Trider
Derek Trider
Currently those tests use a mocked store, but it would be better to test against the real thing.
Now that aries-framework-go has an EDV REST provider, it also has a subset of the HTTP client code from this project. We should see if we can remove the duplication...
the `queryVaultEndpoint` has this comment above it: ``` // TODO (#126): As of writing, the spec shows multiple, conflicting query endpoints. // See: https://github.com/decentralized-identity/secure-data-store/issues/110. // The endpoint listed below is...
Run our implementation here against the vendor interop tests defined in the repo that hosts the spec: https://github.com/decentralized-identity/secure-data-store/tree/master/packages/vendor-interoperability
Per the spec, an EncryptedDocument can have either a JWE or CWE (COSE Web Encryption) value. Currently our implementation only expects JWE.
Will require modifying a bunch of code to conform to the latest lint rules.