zivillian / esp32-modbus-gateway

ESP32 Modbus RTU/TCP Gateway
GNU General Public License v3.0
138 stars 58 forks source link

Add password protection to web interface #28

Open sq5gvm opened 5 months ago

sq5gvm commented 5 months ago

Pull request adds password protection (basic http auth) to web interface. Password defaults to no password and no authentication required. You can disable password protection by setting password to empty string.

Lucie2A commented 2 months ago

This patch work nicely out of the box ! Great ! Many thanks.