Replies: 1 comment
-
You create a KeyLike from that ___-encoded key using whatever runtime's native functionality. |
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
-
I need to verify a token from a 2nd party. They gave me a public key which is a string.
When I run it with a string I get the error
TypeError: invalid key input
because obviously astring
is not aKeylike
.How can I "format/parse" it to work correctly?
Beta Was this translation helpful? Give feedback.
All reactions