Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
middleware: revert the link to jwt issue
Browse files Browse the repository at this point in the history
With the migration to form3-tech/jwt-go repo, one of the string replaces
also edited a link in the comment to an issue in the old jwt repo. This
commit reverses the edit.

Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
(cherry picked from commit 69b5267)
  • Loading branch information
raghavendra-talur authored and phlogistonjohn committed Apr 7, 2021
1 parent 85e9f48 commit 376fae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/jwt.go
Expand Up @@ -42,7 +42,7 @@ func init() {
}
}

// From https://github.com/form3tech-oss/jwt-go/pull/139 it is understood
// From https://github.com/dgrijalva/jwt-go/pull/139 it is understood
// that if the machine where jwt token is generated and/or the machine
// where jwt token is verified have any clock skew then there is a
// possibility of getting a "Token used before issued" error.
Expand Down

0 comments on commit 376fae1

Please sign in to comment.