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
- OKP curves `Ed448`, `X25519` and `X448` are not supported
@@ -335,8 +338,9 @@ private API and is subject to change between any versions.
335
338
336
339
#### How do I use it outside of Node.js
337
340
338
-
It is **only built for Node.js** environment - it builds on top of the `crypto` module and requires
339
-
the KeyObject API that was added in Node.js v11.6.0 and one-shot sign/verify API added in v12.0.0
341
+
It is **only built for ^10.13.0 || >=12.0.0 Node.js** environment - including @panva/jose in
342
+
transpiled browser-environment targetted projects is not supported and may result in unexpected
343
+
results.
340
344
341
345
#### How is it different from [`jws`](https://github.com/brianloveswords/node-jws), [`jwa`](https://github.com/brianloveswords/node-jwa) or [`jsonwebtoken`](https://github.com/auth0/node-jsonwebtoken)?
0 commit comments