pepe
Results
1
issues of
pepe
### Describe the problem I'm using single instance of Verifier `private static final Verification verifier = JWT.require(Algorithm.RSA256(getPublicKey("/keys/public.pem"), null));` and I'm getting ConcurrentModificationException from time to time during call verify method...
bug