[PR #4183] [MERGED] Support web session simple auth #4030

Closed
opened 2026-02-27 01:54:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/4183
Author: @zxdong262
Created: 2/7/2026
Status: Merged
Merged: 2/8/2026
Merged by: @zxdong262

Base: masterHead: web-auth


📝 Commits (2)

📊 Changes

5 files changed (+271 additions, -1 deletions)

View changed files

📝 src/app/lib/create-window.js (+3 -0)
src/app/lib/webview-handler.js (+152 -0)
📝 src/app/preload/preload.js (+8 -0)
src/client/components/web/web-auth-modal.jsx (+69 -0)
📝 src/client/components/web/web-session.jsx (+39 -1)

📄 Description

No description provided


🔄 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/electerm/electerm/pull/4183 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 2/7/2026 **Status:** ✅ Merged **Merged:** 2/8/2026 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `web-auth` --- ### 📝 Commits (2) - [`bf3ddbe`](https://github.com/electerm/electerm/commit/bf3ddbeb543ded8efdfbd4c97caf4a03ab85a9a9) Support web session simple auth - [`ee2b3df`](https://github.com/electerm/electerm/commit/ee2b3dfcd7b82d6a361196878cade216d346bfd7) fix ### 📊 Changes **5 files changed** (+271 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/app/lib/create-window.js` (+3 -0) ➕ `src/app/lib/webview-handler.js` (+152 -0) 📝 `src/app/preload/preload.js` (+8 -0) ➕ `src/client/components/web/web-auth-modal.jsx` (+69 -0) 📝 `src/client/components/web/web-session.jsx` (+39 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:40 +03:00
Sign in to join this conversation.
No milestone
No project
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
starred/electerm#4030
No description provided.