update reva to latest master

This commit is contained in:
David Christofas
2021-10-15 17:45:16 +02:00
parent 600c7ca351
commit f5aabe1a87
5 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ func ExtractAccountUUID(opts ...account.Option) func(http.Handler) http.Handler
opt.Logger.Error().Err(err)
return
}
if ok, err := scope.VerifyScope(r.Context(), tokenScope, r, nil, tokenManager); err != nil || !ok {
if ok, err := scope.VerifyScope(r.Context(), tokenScope, r); err != nil || !ok {
opt.Logger.Error().Err(err).Msg("verifying scope failed")
return
}