After upgrading from 4.3.0 to 4.4.0, my custom implementation of the `Claims` interface is broken: ``` *Claims does not implement jwt.Claims (wrong type for Valid method) have Valid() error want Valid(opts ...jwt.validationOption) error ```