Subject
see http://tools.ietf.org/html/rfc7519#section-4.1.2
Predicate to reject a sub claim that does not match the expected subject
iex> Sub.reject?("subject", %{sub: "other subject"}) true
Returns true or false
true
false