* Use requireIssuer() and requireAudience() on the JwtValidator to make sure that the token is for what you expect it to be for. * A setAll() method has been added to property bag, applying but not overriding values. * Added tests for JwtValidator.
* Removed the addRequiredClaimWithValue() method, as checking the value should be up to the implementation.