[PR #4423] [MERGED] Enforce OPENID login #5377

Closed
opened 2026-02-28 21:11:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4423
Author: @lelemm
Created: 2/20/2025
Status: Merged
Merged: 2/21/2025
Merged by: @lelemm

Base: masterHead: enhance/enforce_openid


📝 Commits (4)

  • aa3baee Enforce OPENID login
  • ad76c32 Added ACTUAL_OPENID_ENFORCE=true enviroment variable to enforce only OpenID auth.
  • 670d1b9 Apply suggestions from code review
  • a661a8b code review

📊 Changes

4 files changed (+28 additions, -5 deletions)

View changed files

📝 packages/sync-server/src/account-db.js (+9 -5)
📝 packages/sync-server/src/config-types.ts (+1 -0)
📝 packages/sync-server/src/load-config.js (+12 -0)
upcoming-release-notes/4423.md (+6 -0)

📄 Description

Added environment variable ACTUAL_OPENID_ENFORCE=true to enforce OPENID only.
If the user wants to disable fallback login mechanics, they set this variable.


🔄 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/actualbudget/actual/pull/4423 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `master` ← **Head:** `enhance/enforce_openid` --- ### 📝 Commits (4) - [`aa3baee`](https://github.com/actualbudget/actual/commit/aa3baeee1a47b7029baa997b74dbc44beee29c7f) Enforce OPENID login - [`ad76c32`](https://github.com/actualbudget/actual/commit/ad76c323f0da267d945a2736ac989ca2cb166ebb) Added `ACTUAL_OPENID_ENFORCE=true` enviroment variable to enforce only OpenID auth. - [`670d1b9`](https://github.com/actualbudget/actual/commit/670d1b9b56999da761be268d52a77085cf4a7d70) Apply suggestions from code review - [`a661a8b`](https://github.com/actualbudget/actual/commit/a661a8b3e38a507682f44c440e6fedf93fd5abc5) code review ### 📊 Changes **4 files changed** (+28 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/account-db.js` (+9 -5) 📝 `packages/sync-server/src/config-types.ts` (+1 -0) 📝 `packages/sync-server/src/load-config.js` (+12 -0) ➕ `upcoming-release-notes/4423.md` (+6 -0) </details> ### 📄 Description Added environment variable `ACTUAL_OPENID_ENFORCE=true` to enforce OPENID only. If the user wants to disable fallback login mechanics, they set this variable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:11:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5377