Skip to content

Migrate dgrijalva/jwt-go to golang-jwt/jwt/v5 for continued support #17

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

codingDr
Copy link

@codingDr codingDr commented Feb 3, 2025

This PR updates the JWT library import from dgrijalva/jwt-go to golang-jwt/jwt/v5, as the former has been archived and is no longer maintained. Migrating to golang-jwt/jwt/v5 ensures ongoing support, security updates, and compatibility with future Go versions.

Changes:

  • Replaced import path dgrijalva/jwt-go with golang-jwt/jwt/v5
  • Added golang-jwt/jwt/v5 to go.mod and go.sum

This update helps maintain security and stability in the project. Let me know if any additional changes or testing are needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants