Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
chore: backup
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Jun 14, 2024
1 parent b8f2331 commit 75210d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (s *Server) createMux(api *API) *http.ServeMux {
func (s *Server) startHTTP(ctx context.Context) error {
s.l.Infow("starting http server")

tokenHandler := auth.NewTokenHandler(s.config.TokenIssuer, s.config.TokenSecretKey)
tokenHandler := auth.NewTokenHandler(s.config.TokenIssuer, s.config.TokenSecretKey) // TODO: Fix

// verifier, err := auth.NewVerifier(s.config.OIDCURL, s.config.OIDCClient, httpClientTimeout, s.config.Transport)
// if err != nil {
Expand Down

0 comments on commit 75210d5

Please sign in to comment.