We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github.com/golang-jwt/jwt is a drop-in replacement for github.com/dgrijalva/jwt-go.
github.com/golang-jwt/jwt
github.com/dgrijalva/jwt-go
Version 4 - see https://github.com/golang-jwt/jwt/blob/main/MIGRATION_GUIDE.md - fixes vulnerability CVE-2020-26160 and does away with checking the issued at time, which is not supposed to be checked according to the JWT spec but can lead to Token used before issued errors.
Token used before issued
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
github.com/golang-jwt/jwt
is a drop-in replacement forgithub.com/dgrijalva/jwt-go
.Version 4 - see https://github.com/golang-jwt/jwt/blob/main/MIGRATION_GUIDE.md - fixes vulnerability CVE-2020-26160 and does away with checking the issued at time, which is not supposed to be checked according to the JWT spec but can lead to
Token used before issued
errors.The text was updated successfully, but these errors were encountered: