AuthN: Move oauthserver to extsvcauth (#75972)

* AuthN: Move oauthserver to extsvcauth

* Codeowners
This commit is contained in:
Gabriel MABILLE
2023-10-04 16:53:17 +02:00
committed by GitHub
parent 40cdb30336
commit 193ec8de2b
26 changed files with 26 additions and 25 deletions
@@ -6,7 +6,7 @@ import (
"github.com/grafana/grafana/pkg/plugins/auth"
"github.com/grafana/grafana/pkg/plugins/plugindef"
"github.com/grafana/grafana/pkg/services/accesscontrol"
"github.com/grafana/grafana/pkg/services/oauthserver"
"github.com/grafana/grafana/pkg/services/extsvcauth/oauthserver"
)
type Service struct {