Merge pull request #958 from owncloud/basic-auth-cache

implement basic auth cache
This commit is contained in:
Jörn Friedrich Dreyer
2020-11-26 17:33:47 +01:00
committed by GitHub
7 changed files with 83 additions and 41 deletions
+1 -1
View File
@@ -10,9 +10,9 @@ import (
"github.com/dgrijalva/jwt-go"
gOidc "github.com/coreos/go-oidc"
"github.com/owncloud/ocis/ocis-pkg/cache"
"github.com/owncloud/ocis/ocis-pkg/log"
"github.com/owncloud/ocis/ocis-pkg/oidc"
"github.com/owncloud/ocis/proxy/pkg/cache"
"golang.org/x/oauth2"
)