Examine whether the JWTClaimsSet.Builder.serializeNullClaims gets applied to custom claims

Issue #584 new
Yavor Vasilev created an issue
                        return new JWTClaimsSet.Builder()
                                .claim("abc", null)
                                .serializeNullClaims(false)
                                .build();

Comments (0)

  1. Log in to comment