Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040
GNU Lesser General Public License v3.0
83
stars
17
forks
source link
Fix #151: setAuthentication() was not authenticating: the middleware … #152
Closed
mathieucarbou closed 2 weeks ago
…was setup with
AUTH_NONE
(default) instead ofAUTH_DIGEST
(to keep backward compatibility)