Migrate to golang-jwt (#1757)

This commit is contained in:
WithoutPants
2021-09-24 11:57:49 +10:00
committed by GitHub
parent a9e2a590b2
commit b14d5c5650
28 changed files with 406 additions and 257 deletions

View File

@@ -4,7 +4,7 @@ import (
"errors"
"time"
"github.com/dgrijalva/jwt-go"
"github.com/golang-jwt/jwt/v4"
"github.com/stashapp/stash/pkg/manager/config"
)