Skip to content

Commit f0e30ab

Browse files
committed
remove leftover auth data
1 parent aed99a4 commit f0e30ab

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

internal/cmd/up.go

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -506,22 +506,10 @@ func getListener(addr string, config *tls.Config) (net.Listener, error) {
506506
}
507507

508508
type Handler struct {
509-
watcher *watcher.Watcher
510-
logger *slog.Logger
511-
workerMu sync.Mutex
512-
workers map[string]*worker.Worker
513-
}
514-
515-
type AuthData struct {
516-
State string `json:"state"`
517-
SuccessURL string `json:"success_url"`
518-
CodeVerifier string `json:"code_verifier"`
519-
}
520-
521-
type IssuerConfig struct {
522-
AuthorizationEndpoint string `json:"authorization_endpoint"`
523-
TokenEndpoint string `json:"token_endpoint"`
524-
JwksUri string `json:"jwks_uri"`
509+
watcher *watcher.Watcher
510+
logger *slog.Logger
511+
workerMu sync.Mutex
512+
workers map[string]*worker.Worker
525513
}
526514

527515
func (me *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {

0 commit comments

Comments
 (0)