A password is required when creating an InfluxDbClient
When creating an InfluxDbClient, specifying null as username and password leads to an exception saying that a password is required.
I use HTTP basic auth for authentication and thus do not use username/password auth in InfluxDB. I think this use case should be supported.
Hi,
fair point, I'll change this.
I removed this requirement. It will be deployed today in a new nuget.
I have tried null with the current. Net core and it still throws exceptions.
same issue for me
@mts57017 also using .Net core?
Yes
Ok thnx. Will look into this over the weekend.
Excellent! Thank you. .net core 2 specifically