Skip to content

Commit 0ef5a75

Browse files
committed
chore: gh-host as oauth auth server
1 parent c38802a commit 0ef5a75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/http/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ func RunHTTPServer(cfg ServerConfig) error {
126126
oauthCfg := &oauth.Config{
127127
BaseURL: cfg.BaseURL,
128128
ResourcePath: cfg.ResourcePath,
129+
AuthorizationServer: cfg.Host + "login/oauth",
129130
}
130131

131132
serverOptions := []HandlerOption{}

0 commit comments

Comments
 (0)