JWT ID
see http://tools.ietf.org/html/rfc7519#section-4.1.7
Predicate to reject a jti claim that does not match the expected JTI
iex> Jti.reject?("jwt_id", %{iss: "other jwt_id"}) true
Returns true or false
true
false