Les Hazlewood

Results 239 comments of Les Hazlewood

@jwprox your solution worked for me - thanks for writing it up! Much appreciated!

Please, for the love of god don't make PegDown Scala-based. If you do, I'll have to fork permanently...

Hi sirthias, An additional downside is you lower access to community help via pull requests: Scala has nowhere near the adoption of Java, so you'll likely reduce the amount of...

AFAICT, the instructions are fine. The problem is because there is something in your project - either your configuration, or another third party that depends on JJWT - references JJWT...

Found this, hope it helps: https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html

@prateeknischal the RsaSignatureValidator implementation has been removed/migrated to a new `DefaultRsaSignatureAlgorithm` implementation in the `jwe` branch: https://github.com/jwtk/jjwt/blob/jwe/impl/src/main/java/io/jsonwebtoken/impl/security/DefaultRsaSignatureAlgorithm.java This design change was to allow for pluggable `SignatureAlgorithm` implementations, which was not...

Dunno why I didn't see this until now. We'll leave this open to see if we can make this clearer. Thanks for the issue!

Hi Maxime! Out of curiosity, what made you believe `0.9.1` was the latest JJWT release? It's actually `0.11.2` (at the time I'm writing this) per [https://github.com/jwtk/jjwt#install](https://github.com/jwtk/jjwt#install) That said, I'm not...

This should be completed as part of #336

Reopening. However, we're introducing a new validation framework for 1.0, so the implementation of this will be dependent upon that, so please no pull requests for this feature just yet...