Allow safe passthrough of setCustomClaim

Issue #17 resolved
Justin Richer created an issue

The JWTClaimSet class should have a generic setClaim(String, Value) method that dispatches to the appropriate local claim or "custom" claim. Possibly also asetClaims(Map<String, Value>) method that calls this `setClaim function for each member of the Map.

Comments (4)

  1. Log in to comment