[Webserver] add ESPAsyncWebserver basic auth #10

Open
opened 2024-07-25 01:26:23 +02:00 by DeltaLima · 1 comment
Owner

To protect against unallowed access, at least everything that changes something should be protected. By a password, username+password, or pin.
WLED has a nice way to handle this.

To protect against unallowed access, at least everything that changes something should be protected. By a password, username+password, or pin. WLED has a nice way to handle this.
Author
Owner
  char httpUser[32];
  char httpPass[32];

are already present in the config struct config.system

Would be nice if it will be already present in v0.2.0

``` char httpUser[32]; char httpPass[32]; ``` are already present in the config struct `config.system` Would be nice if it will be already present in v0.2.0
DeltaLima changed title from Feature: Add some kind of authentication to [Webserver] add ESPAsyncWebserver basic auth 2025-03-16 03:31:47 +01:00
DeltaLima added reference firmware_v0.2-dev 2025-03-16 03:46:02 +01:00
DeltaLima changed reference from firmware_v0.2-dev to main 2025-10-21 02:36:21 +02:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DeltaLima/CanGrow#10
No description provided.