Closed
Description
It would be great to have an option to provide ESP8266WebServer
authentication's credentials as MD5
values instead of clear texts.
This is useful in case, where <user:pass>
is stored in MD5
format and is modifiable.
Adding an option switch like this, defaulted to false
, maybe is sufficient:
bool authenticate(const char * username, const char * password, bool user_md5 = false);
Metadata
Metadata
Assignees
Labels
No labels