Cannot verify JWS signature after Dependency Update #928
-
Before latest dependency update in my spring boot project, my working code was:
After the update I tried following:
But I get an exception now:
What's wrong with my new code? Can anybody please help me? |
Beta Was this translation helpful? Give feedback.
Answered by
bdemers
Mar 22, 2024
Replies: 1 comment 1 reply
-
You need to add the key to your parser builder, see the notes in the readme for the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lhazlewood
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add the key to your parser builder, see the notes in the readme for the
verifyWith
method