Merge pull request #3946 from RolandMa1986/update-jwt

Moving to a fork for jwt-go
This commit is contained in:
KubeSphere CI Bot
2021-06-15 10:05:46 +08:00
committed by GitHub
29 changed files with 72 additions and 39 deletions

View File

@@ -28,7 +28,7 @@ import (
"kubesphere.io/kubesphere/pkg/utils/sliceutil"
"github.com/coreos/go-oidc"
"github.com/dgrijalva/jwt-go"
"github.com/form3tech-oss/jwt-go"
"github.com/mitchellh/mapstructure"
"golang.org/x/oauth2"

View File

@@ -32,7 +32,7 @@ import (
"testing"
"time"
"github.com/dgrijalva/jwt-go"
"github.com/form3tech-oss/jwt-go"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/onsi/gomega/gexec"

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"time"
"github.com/dgrijalva/jwt-go"
"github.com/form3tech-oss/jwt-go"
"k8s.io/apiserver/pkg/authentication/user"
"k8s.io/klog"
)

View File

@@ -29,7 +29,7 @@ import (
"path/filepath"
"strings"
"github.com/dgrijalva/jwt-go"
"github.com/form3tech-oss/jwt-go"
authtoken "kubesphere.io/kubesphere/pkg/apiserver/authentication/token"
"kubesphere.io/kubesphere/pkg/simple/client/devops"