-
I have read the entirety of the docs, searched through the codebase, and tried many combinations of import statements to no avail. I'd like to import I am trying to inject a keystore rather than relying on |
Beta Was this translation helpful? Give feedback.
Answered by
panva
Mar 11, 2021
Replies: 1 comment 2 replies
-
There is no keystore in jose@3. You can just build your own getKeyFunction to pass to verify instead of a KeyLike where you select the key yourself. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
douglance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no keystore in jose@3. You can just build your own getKeyFunction to pass to verify instead of a KeyLike where you select the key yourself.