Replies: 2 comments
-
It is out of scope, at least until node supports engines natively. It’s built on top of all node’s |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the answer @panva, that makes sense! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First off, thank you so much for building/maintaining this great library! 😃👍
Question: In the signing functions for JWS exposed in this library it is required to pass in the private key into the function in order to sign a specific JWT. Are there any plans to also support signing with private keys that cannot be extracted, such as those created on HSMs or secure enclaves? Or is that deliberately out of scope for this library?
Beta Was this translation helpful? Give feedback.
All reactions