Skip to content

Commit

Permalink
Merge pull request #8 from libercapital/fix/add-client-id
Browse files Browse the repository at this point in the history
fix(redact): add client_id as default redact key
  • Loading branch information
lcnssantos1 authored Feb 27, 2024
2 parents 52bbe4a + c59de65 commit 31cc05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions liberlogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const (

var DefaultKeys = []string{
"access_token",
"client_id",
"client_secret",
"Authorization",
"password",
Expand Down

0 comments on commit 31cc05b

Please sign in to comment.