[PR #534] [CLOSED] Add a basic user authentication #2760

Closed
opened 2026-03-20 21:08:40 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/534
Author: @sheesha87
Created: 12/16/2025
Status: Closed

Base: masterHead: add-basic-authentication


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/534 **Author:** [@sheesha87](https://github.com/sheesha87) **Created:** 12/16/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-basic-authentication` --- ### 📝 Commits (2) - [`c6ec291`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/c6ec2918ba31e70f37bef39f3a578e7cd6794592) Add a user authentication - [`7d66342`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/7d663426bad66d9198f1e19f6ea63bd88ef54ec3) Add compressed www files ### 📊 Changes **11 files changed** (+446 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 21:08:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2760