Skip to content

Support for user provided MD5 credentials for ESP8266WebServer authentication #4392

Closed
@IMAN4K

Description

@IMAN4K

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions