Add kid to JsonWebKey definition#569
Conversation
|
@funkybob you need to commit the generated code in addition to the widl change. |
|
Thanks for jumping in. |
|
@sandersn I honestly don't know how to make the "generated code"... I ran into this problem when trying to migrate a project to TypeScript, figured I'd trying to solve it, and got this far before I ran out of time to contribute, and worked around it locally. |
|
It's |
0792aa4 to
4ddb2c0
Compare
|
|
|
Looks like this is not in the WebCrypto spec. Filing an issue there may help. (Reposting from microsoft/TypeScript#26854 (comment)) |
|
Sounds like we should close this here then. |
|
Can't believe nobody bothered to report this to W3C in 8 years! I have opened w3c/webcrypto#427 now |
|
@sandersn what's the process once WebCrypto updates it on their side? |
|
It will be automatically updated as the crawled spec data is served by |
What about adding an interface for JWK Set? It should be relatively simple to create, but will that also require changes in WebCrypto spec? I noticed that not just |
|
Not being in the spec implies not being in browser implementations, so yes |
This is to address microsoft/TypeScript#26854