JWTClaimsSet.setClaim doesn't allow null values

Issue #56 resolved
Vladimir Dzhuvinov created an issue

The method JavaDoc says the value may be null, however for reserved claims with null value an IllegalArgumentException is thrown. Cause: the instanceof operator always returns false for null.

Comments (1)

  1. Log in to comment