quartzjer / did-jwk

DID JWK Method Spec
Creative Commons Zero v1.0 Universal
6 stars 6 forks source link

Can we resolve other content types #2

Closed OR13 closed 2 years ago

OR13 commented 2 years ago

Assuming this is meant to return application/json or application/did+json by default.

I would be nice to be able to use did:jwk but get back CWKs when resolving as application/did+cbor

quartzjer commented 2 years ago

Hmm, I'll have to re-read CWK, I'm not sure there's an intended means for an automated transform, but if so I agree!

quartzjer commented 2 years ago

After re-reading COSE_Key there isn't any intent for an automated transform from a JWK.

Without such a standard to reference it would have to be defined from scratch, and I don't think this is the right place to tackle such a thing so I'm going to close this issue.

OR13 commented 2 years ago

I guess it sorta makes sense that did:jwk might never support CBOR or YAML.