Github user radcortez commented on the issue:
https://github.com/apache/tomee/pull/173
Hey @jeanouii,
This was on hold, because @jgallimore picked this up and continue the work
on his own branch here:
https://github.com/jgallimore/tomee/commits/jwt-1.1
Since he is done, I'm rebasing this with his branch and push an updated PR.
Due to this:
https://github.com/eclipse/microprofile-jwt-auth/issues/118
A few test cases in the TCK are failing. I believe this is an issue with
the TCK itself. I think we can still test this if we implement our own tests
with a separate app to expose the JWK endpoint. Me and @jgallimore discussed
this on the ML and so I will be picking this up and hopefully complete the JWT
1.1 implementation work.
---