fix 215, 216 - first draft

This commit is contained in:
A.Unger
2021-07-13 14:29:26 +02:00
parent bf40bc0590
commit ac49348b41
2 changed files with 90 additions and 3 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
package middleware
import (
"net/http"
"github.com/cs3org/reva/pkg/auth/scope"
"github.com/owncloud/ocis/proxy/pkg/user/backend"
"net/http"
tokenPkg "github.com/cs3org/reva/pkg/token"
"github.com/cs3org/reva/pkg/token/manager/jwt"