aprimadi/influxdb2

Use secrecy crate's Secret object for wrapping the auth token

Closed this issue · 0 comments

The Client currently implements Debug which makes it relatively easy to leak the auth token in log files. Consider using secrecy in order to make it more difficult to leak the data.