influxdata / influxdb-python

Python client for InfluxDB
MIT License
1.7k stars 522 forks source link

JWT authentication support #843

Open avanderm opened 4 years ago

avanderm commented 4 years ago

Hey, in setting up authentication with JWT on my InfluxDB server, I noticed I can't yet make use of it on the client side since I can't supply additional headers with the authentication token. In the master branch it is present. Are there any plans for a new release soon?