[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.
DeltaLima added this to the CanGrow Firmware project 2024-09-16 00:25:31 +02:00
DeltaLima added this to the v0.2.0 Release milestone 2025-03-16 03:30:57 +01:00
DeltaLima added the
enhancement
label 2025-03-16 03:31:02 +01:00
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 the
v0.2.x
v0.3.x
labels 2025-03-16 03:38:36 +01:00
DeltaLima added reference firmware_v0.2-dev 2025-03-16 03:46:02 +01: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.