-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] verifyJWT fails on JWT with EdDSA
alg from issuer using a Ed25519VerificationKey2018
key
#141
Labels
bug
Something isn't working
Comments
mirceanis
added a commit
that referenced
this issue
Dec 8, 2020
mirceanis
added a commit
that referenced
this issue
Dec 8, 2020
🎉 This issue has been resolved in version 4.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Dec 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
verifyJWT should work with
EdDSA
alg and an issuer using aEd25519VerificationKey2018
keyTo Reproduce
Expected behavior
Expect the test to pass
Observed behavior
Test fails with the error:
No supported signature types for algorithm EdDSA
Additional notes
indirectly relates to #82
The text was updated successfully, but these errors were encountered: