You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @meatpiHQ ,
thanks for providing your great devices and open source firmware!
Working with it for a bit now I realized that passwords are not protected in the current (4.04) firmware.
User interface: The passwords (e.g. WiFi, MQTT, battery alert) are shown as normal text fields () instead of passwords (<input type=password)
API: The /check_status endpoint contains the passwords in free text as well. It would be great to
a. either remove / redact them from the api-endpoints
b. or add a feature to enable authentication (e.g. HTTP-based with username + password) when accessing the config data
The text was updated successfully, but these errors were encountered:
User interface: The passwords (e.g. WiFi, MQTT, battery alert) are shown as normal text fields () instead of passwords (<input type=password)
I'll include this in the next release.
API: The /check_status endpoint contains the passwords in free text as well. It would be great to
a. either remove / redact them from the api-endpoints
b. or add a feature to enable authentication (e.g. HTTP-based with username + password) when accessing the config data
I'll have to look into the best way to go about it.
Hi @meatpiHQ ,
thanks for providing your great devices and open source firmware!
Working with it for a bit now I realized that passwords are not protected in the current (4.04) firmware.
a. either remove / redact them from the api-endpoints
b. or add a feature to enable authentication (e.g. HTTP-based with username + password) when accessing the config data
The text was updated successfully, but these errors were encountered: