Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Auth for web_server component #674

Merged
merged 5 commits into from Oct 13, 2019
Merged

Conversation

Anonym-tsk
Copy link
Contributor

@Anonym-tsk Anonym-tsk commented Jul 23, 2019

Description:

Support Basic Auth for web_server component

web_server:
  port: 80
  auth:
    username: admin
    password: !secret web_server_password

Related issue (if applicable): fixes esphome/feature-requests#274

Pull request in esphome-docs with documentation (if applicable): esphome/esphome-docs#304

Checklist:

  • The code change is tested and works locally.
  • Tests have been added to verify that the new code works (under tests/ folder).

If user exposed functionality or configuration variables are added/changed:

Anonym-tsk and others added 3 commits July 24, 2019 11:34
Reason: passwords only consisting of digits (012345) will be silently converted (to "12345")
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebServer - Basic Auth
2 participants