-
I'm using Deno v1.16.3 and jose 4.3.7. This simple example:
Throws this exception from Deno's implementation of crypto.subtle.importKey:
I don't think I'm doing anything wrong - this is basically the same thing as what's in jose's importJWK example itself. |
Beta Was this translation helpful? Give feedback.
Answered by
panva
Dec 2, 2021
Replies: 1 comment
-
As per #266 -
You're not doing anything wrong. Deno's Web Cryptography API just needs to mature. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jdjkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per #266 -⚠️ Note that Deno's implementation of Web Cryptography API is still underway.
importKey
is not implemented in Deno yet.You're not doing anything wrong. Deno's Web Cryptography API just needs to mature.