Fail on JWT verify with EdDSA #300
Replies: 1 comment
-
Previously I was generating the KeyPair using elliptic lib. So I changed it to node:crypto and voila! |
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
-
Hi,
when I call 'verifyJWT' I receive the follow error message: 'invalid_signature: no matching public key found'.
Using debug I found:
My code:
Could help me?
Beta Was this translation helpful? Give feedback.
All reactions