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.jarshould never be incompilescope - there is no guaranteed API support in theimplmodule and JJWT users should never depend on it directly. (From the0.11.5documentation: 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. 😄