mathieucarbou / ESPAsyncWebServer

Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040
https://mathieu.carbou.me/ESPAsyncWebServer/
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

mathieucarbou commented 2 weeks ago

…was setup with AUTH_NONE (default) instead of AUTH_DIGEST (to keep backward compatibility)