Skip to content

[FIX] Migrate from deprecated dgrijalva/jwt-go to golang-jwt/jwt/v5#1

Merged
luabagg merged 2 commits into
devfrom
claude/analyze-repository-011CV4PZ5G8FzbBr2FvHbvfm
Nov 22, 2025
Merged

[FIX] Migrate from deprecated dgrijalva/jwt-go to golang-jwt/jwt/v5#1
luabagg merged 2 commits into
devfrom
claude/analyze-repository-011CV4PZ5G8FzbBr2FvHbvfm

Conversation

@luabagg
Copy link
Copy Markdown
Member

@luabagg luabagg commented Nov 22, 2025

  • Update import path to github.com/golang-jwt/jwt/v5
  • Replace jwt.StandardClaims with jwt.RegisteredClaims
  • Remove deprecated library from dependencies

This addresses security vulnerabilities in the archived jwt-go library.

luabagg and others added 2 commits January 15, 2025 13:47
- Update import path to github.com/golang-jwt/jwt/v5
- Replace jwt.StandardClaims with jwt.RegisteredClaims
- Remove deprecated library from dependencies

This addresses security vulnerabilities in the archived jwt-go library.
@luabagg luabagg changed the base branch from main to dev November 22, 2025 01:49
@luabagg luabagg merged commit b8be3c9 into dev Nov 22, 2025
3 of 4 checks passed
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