Skip to content

Commit 0f7ed3b

Browse files
committed
fix: remove token logging
1 parent 186e749 commit 0f7ed3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

consent/strategy_default.go

-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,6 @@ func (s *DefaultStrategy) executeBackChannelLogout(ctx context.Context, r *http.
704704
defer wg.Done()
705705
l := s.r.Logger().WithRequest(r).
706706
WithField("client_id", t.clientID).
707-
WithField("token", t.token).
708707
WithField("backchannel_logout_url", t.url)
709708

710709
res, err := hc.PostForm(t.url, url.Values{"logout_token": {t.token}})

0 commit comments

Comments
 (0)