Skip to content

Documentation for VerifyExpiresAt, VerifyNotBefore and VerifyIssuedAt is incorrect #71

@lggomez

Description

@lggomez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationjwt-go: legacy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions