Migrated from dgrijalva/jwt-go#360:
nathan-fiscaletti commented on Sep 28, 2019
The VerifyExpiresAt function for Claims has incorrect or unclear documentation. It states that it will compare the exp claim to cmp, which is indicative of a == comparison, when in reality it does a cmp <= exp comparison.