claude-code-proxy/proxy
Elifarley C a86d7cd3d6 Replace API key redaction with SHA256 hash display
Instead of showing generic "[REDACTED]" for sensitive headers, the SanitizeHeaders
function now calculates and displays the SHA256 hash of each API key. This provides:
- Better debugging capabilities by allowing key identification via hash
- Traceability of specific API keys across requests
- Maintained security as actual keys are never exposed

Changes in proxy/internal/handler/utils.go

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 12:13:34 -03:00
..
cmd/proxy route cleanup 2025-08-04 21:57:44 -04:00
internal Replace API key redaction with SHA256 hash display 2025-12-08 12:13:34 -03:00
go.mod temp 2025-08-01 21:19:30 -04:00
go.sum temp 2025-08-01 21:19:30 -04:00
proxy route cleanup 2025-08-04 21:57:44 -04:00