mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #534] [CLOSED] Add a basic user authentication #3868
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/534
Author: @sheesha87
Created: 12/16/2025
Status: ❌ Closed
Base:
master← Head:add-basic-authentication📝 Commits (2)
c6ec291Add a user authentication7d66342Add compressed www files📊 Changes
11 files changed (+446 additions, -7 deletions)
View changed files
📝
ESP32_AP-Flasher/data/www/index.html.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/main.css.gz(+0 -0)📝
ESP32_AP-Flasher/data/www/main.js.gz(+0 -0)➕
ESP32_AP-Flasher/include/user_cfg.h(+14 -0)📝
ESP32_AP-Flasher/include/web.h(+1 -0)📝
ESP32_AP-Flasher/src/SPIFFSEditor.cpp(+6 -0)➕
ESP32_AP-Flasher/src/user_cfg.cpp(+54 -0)📝
ESP32_AP-Flasher/src/web.cpp(+268 -7)📝
ESP32_AP-Flasher/wwwroot/index.html(+12 -0)📝
ESP32_AP-Flasher/wwwroot/main.css(+17 -0)📝
ESP32_AP-Flasher/wwwroot/main.js(+74 -0)📄 Description
I have implemented a basic user authentication system to ensure that only authorized users within our Wi-Fi network can access and control the e-paper displays.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.