JwtClaimValidator could be a nice generalization of JwtIssuerValidator. Something like:

public JwtClaimValidator(String claim, Predicate<T> test)

Where claim is the name of the claim to validate, test is the test to perform, and T is the claim value's type.

Comment From: zeeshanadnan

If no one is working on it i would like to work on it.

Comment From: jzheaux

@zeeshanadnan sounds great! It's yours.