Auth: Remove unused Authenticator service (#73143)

Auth: remove unused Authenticator service
This commit is contained in:
Karl Persson
2023-08-10 11:02:32 +02:00
committed by GitHub
parent d29f4a8f76
commit 43aab615c3
9 changed files with 17 additions and 770 deletions
-3
View File
@@ -26,7 +26,6 @@ import (
uss "github.com/grafana/grafana/pkg/infra/usagestats/service"
"github.com/grafana/grafana/pkg/infra/usagestats/statscollector"
"github.com/grafana/grafana/pkg/infra/usagestats/validator"
loginpkg "github.com/grafana/grafana/pkg/login"
"github.com/grafana/grafana/pkg/login/social"
"github.com/grafana/grafana/pkg/middleware/csrf"
"github.com/grafana/grafana/pkg/middleware/loggermw"
@@ -220,8 +219,6 @@ var wireBasicSet = wire.NewSet(
authinfoservice.ProvideAuthInfoService,
wire.Bind(new(login.AuthInfoService), new(*authinfoservice.Implementation)),
authinfodatabase.ProvideAuthInfoStore,
loginpkg.ProvideService,
wire.Bind(new(loginpkg.Authenticator), new(*loginpkg.AuthenticatorService)),
datasourceproxy.ProvideService,
search.ProvideService,
searchV2.ProvideService,