I'm looking to add OTA updates to my project. As part of their debut, my modules will be attached to a network that gives out internet facing ip addresses, along with the wifi being open access for attendees. I'm about to start work on adding a page for tweaking settings remotely and will be adding a password check to it. Is it possible to do the same for the ESP8266HTTPUpdateServer page to stop unwanted re-flashes from curious people on the network? I see there is a way to do this via the arduinoOTA though the ide, but this will be a PITA to use at the event, so would much rather use the web form or something I can do via the command line that offers password protection.
Cheers
Sol