You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFC 2617 4.13 discusses storing credentials as the username and H(A1) rather than the username and password, but this isn't possible with the current implementation of Digest authentication in the ESP8266WebServer class because the authenticate function takes username and password as arguments.
I've implemented this feature in PR #6020, but my primary reason for creating this issue is to facilitate discussion as suggested in the documents. The primary question I have is whether this proposed feature offers such a small benefit in security that it isn't even worth the trouble.
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Basic Infos
Platform
Other Pertinent Issues/PRs
Description
This is a feature request.
RFC 2617 4.13 discusses storing credentials as the username and H(A1) rather than the username and password, but this isn't possible with the current implementation of Digest authentication in the ESP8266WebServer class because the authenticate function takes username and password as arguments.
I've implemented this feature in PR #6020, but my primary reason for creating this issue is to facilitate discussion as suggested in the documents. The primary question I have is whether this proposed feature offers such a small benefit in security that it isn't even worth the trouble.
Thanks for your time.
The text was updated successfully, but these errors were encountered: