TBD54566975 / web5-spec

Web5 Spec
https://tbd54566975.github.io/web5-spec/
Apache License 2.0
7 stars 5 forks source link

Produce test vectors for `did:jwk` #12

Closed mistermoe closed 8 months ago

mistermoe commented 10 months ago

Produce language agnostic test vectors that can be used by each implementation to ensure that the following features work correctly:

Related: #17

mistermoe commented 9 months ago

kotlin did:jwk PR: https://github.com/TBD54566975/web5-kt/pull/136

decentralgabe commented 9 months ago

I recommend starting with these existing test vectors.

frankhinek commented 9 months ago

@decentralgabe those were used as a base but can't be used as written because they don't entirely follow the did:jwk spec as written.

See: https://github.com/OR13/did-jwk/issues/4

decentralgabe commented 9 months ago

thanks @frankhinek I recommend that we open issues on the spec repo itself or create our own vectors based on Orie's vectors and open a PR back to the main spec.

mistermoe commented 8 months ago

resolve vectors done. lives here