[PR #5054] [CLOSED] fix(auth): header loginMethod #5733

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5054
Author: @pyrho
Created: 5/24/2025
Status: Closed

Base: masterHead: fix/reverse-proxy-auth


📝 Commits (1)

  • 8588ed8 fix(auth): header loginMethod

📊 Changes

6 files changed (+34 additions, -23 deletions)

View changed files

📝 packages/desktop-client/src/components/ServerContext.tsx (+16 -13)
📝 packages/desktop-client/src/components/manager/subscribe/common.tsx (+8 -4)
📝 packages/loot-core/src/server/auth/app.ts (+2 -1)
📝 packages/sync-server/src/app-account.js (+1 -4)
📝 packages/sync-server/src/config-types.ts (+1 -1)
upcoming-release-notes/5054.md (+6 -0)

📄 Description

The header loginMethod was never actually used, these changes aim to fix that.

Fixes #4488

edit: I have deployed this image and have been successfully logged in via header auth if i have ACTUAL_LOGIN_METHOD=header; and also checked that not setting this variable correctly defaults to the password method.


🔄 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/5054 **Author:** [@pyrho](https://github.com/pyrho) **Created:** 5/24/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/reverse-proxy-auth` --- ### 📝 Commits (1) - [`8588ed8`](https://github.com/actualbudget/actual/commit/8588ed8645c50bb1efa2b5a6beb87c988758c653) fix(auth): header loginMethod ### 📊 Changes **6 files changed** (+34 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ServerContext.tsx` (+16 -13) 📝 `packages/desktop-client/src/components/manager/subscribe/common.tsx` (+8 -4) 📝 `packages/loot-core/src/server/auth/app.ts` (+2 -1) 📝 `packages/sync-server/src/app-account.js` (+1 -4) 📝 `packages/sync-server/src/config-types.ts` (+1 -1) ➕ `upcoming-release-notes/5054.md` (+6 -0) </details> ### 📄 Description The header loginMethod was never actually used, these changes aim to fix that. Fixes #4488 edit: I have deployed this image and have been successfully logged in via header auth if i have `ACTUAL_LOGIN_METHOD=header`; and also checked that *not* setting this variable correctly defaults to the password method. --- <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:17:34 -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#5733