Closed
Description
problem: the auth
parameter is optional for the sensors
api:
delphi-epidata/src/server/api.php
Lines 1309 to 1314 in c48af8f
however, the clients are all incorrectly requiring the auth
parameter to access sensors
, e.g.:
delphi-epidata/src/client/delphi_epidata.py
Lines 459 to 463 in c48af8f
impact: customers of the clients will be incorrectly restricted from using the sensors
source without auth
.
proposal: make auth
optional for sensors
in the clients.