Switch to github.com/golang-jwt/jwt

This commit is contained in:
Yang Luo
2021-10-10 11:06:54 +08:00
parent 353bf46daf
commit 802df55009
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ package object
import (
"time"
"github.com/dgrijalva/jwt-go"
"github.com/golang-jwt/jwt"
)
var jwtSecret = []byte("CasdoorSecret")