s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
939 stars 216 forks source link

Add HTTP Auth to stream server. #500

Closed jordanbs closed 1 month ago

jordanbs commented 1 month ago

The status quo is that the NTP server does not respect the HTTP auth settings. This change fixes that oversight.

This is a lazy copy and paste job. Please let me know if you want me to refactor the auth checking into something more reusable.

s60sc commented 1 month ago

Thanks, I'm making a new release soon I'll refactor it into that.

s60sc commented 1 month ago

should be fixed by v10.3