io.jsonwebtoken.impl.crypto.DefaultJwtSignatureValidator no longer available. Updating version from 0.11.5 -> 0.12.3 #868
-
What should replace the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @senecal-jjs ! FWIW, this is why we're explicit in documentation that the So I'm not exactly sure what should be suggested vs what is already documented via https://github.com/jwtk/jjwt/tree/0.12.3#jws-read If there is no exception, the token is valid. 😄 |
Beta Was this translation helpful? Give feedback.
Hi @senecal-jjs !
FWIW, this is why we're explicit in documentation that the
impl
.jar
should never be incompile
scope - there is no guaranteed API support in theimpl
module and JJWT users should never depend on it directly. (From the0.11.5
documentation: https://github.com/jwtk/jjwt/tree/0.11.5#understanding-jjwt-dependencies` ).So I'm not exactly sure what should be suggested vs what is already documented via https://github.com/jwtk/jjwt/tree/0.12.3#jws-read
If there is no exception, the token is valid. 😄