feat: update github.com/golang-jwt/jwt dependency to v5 (#3708)

This commit is contained in:
Eng Zer Jun
2025-04-05 02:05:41 +08:00
committed by GitHub
parent cca88e2cb0
commit 18bb445e71
6 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ import (
"strings"
"github.com/casdoor/casdoor/util"
"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt/v5"
)
type ClaimsStandard struct {