This commit is contained in:
Livio Amstutz 2021-10-25 12:07:08 +02:00
parent 052a86f28a
commit 3b89a976b3
3 changed files with 92 additions and 92 deletions

View file

@ -8,12 +8,12 @@ import (
"strings"
"time"
httphelper "github.com/caos/oidc/pkg/http"
"github.com/google/uuid"
"golang.org/x/oauth2"
"gopkg.in/square/go-jose.v2"
"github.com/caos/oidc/pkg/client"
httphelper "github.com/caos/oidc/pkg/http"
"github.com/caos/oidc/pkg/oidc"
)