Add copy constructor/clone facility to JWTClaimSet

Issue #16 resolved
Justin Richer created an issue

Sometimes it's handy to copy all the claims from one claimset to another, without having to round-trip through a JSON object. A simple pass-through claims setter mechanism would help in this case.

Comments (3)

  1. Log in to comment