Andrew Jones

Results 12 issues of Andrew Jones

Adds an eslint file for the tests dir and updates a few copyrights.

Adds: - ASN1 validators for der format ed25519 public and private keys - Adds the OID for ed25519 keys - Adds extract functions so node 12 ed25519 keys can be...

Many VC API endpoints take in options. None of them state that options are optional. The ` /presentations/verify` rules in fact appear to require options: > options [object] > Options...

ready for PR

Obviously the request to issue a credential should have the following headers (these come from the examples in the spec): > Content-Type: application/json > Accept: application/json, */* But nothing in...

### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the...

dependencies

Sorry about filing an issue that might be solved, but https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html Does this library continue to work with the reduced User Agent strings? Here are the final strings: https://www.chromium.org/updates/ua-reduction/#sample-ua-strings-final-reduced-state Please...

Uses more specific error codes from did resolution to improve error quality. p.s. we could use `invalidPublicKey` if `The multibaseValue MUST be a string and begin with the letter z`...

The following normative statement causes issues with the definition of `invalidDid` from [did-core](https://www.w3.org/TR/did-core/) > Check the validity of the input identifier. The scheme MUST be the value did. The method...

Adding error codes specific to this spec to `did-resolution` will lead to the `did-resolution` spec being filled with error codes that are unrelated to `did-resolution` itself. It would be better...

Updates the README so the es6 import examples work.