You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to RFC 8037 2, OKP private key JWTs must include all members required for the public key counterpart. In particular, private and public keys must include kty, crv and x, while the private key must additionally contain d.
Version: Deno 2.1.7
According to RFC 8037 2, OKP private key JWTs must include all members required for the public key counterpart. In particular, private and public keys must include
kty
,crv
andx
, while the private key must additionally containd
.However, when runninng the following code:
deno
:privateKey.x
is missingnode
:privateKey.x
is availableThe text was updated successfully, but these errors were encountered: