[PR #7554] [AI] sync-server: support non-RS256 OpenID ID tokens #49070

Open
opened 2026-04-26 10:55:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7554
Author: @MatissJanis
Created: 4/19/2026
Status: 🔄 Open

Base: masterHead: worktree-mellow-strolling-dawn


📝 Commits (1)

  • f34acd2 [AI] sync-server: support non-RS256 OpenID ID tokens (#6524)

📊 Changes

5 files changed (+105 additions, -0 deletions)

View changed files

📝 packages/sync-server/src/accounts/openid.js (+23 -0)
packages/sync-server/src/accounts/openid.test.ts (+53 -0)
📝 packages/sync-server/src/load-config.js (+6 -0)
📝 packages/sync-server/src/load-config.test.js (+17 -0)
upcoming-release-notes/7554.md (+6 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/6524


🔄 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/7554 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 4/19/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `worktree-mellow-strolling-dawn` --- ### 📝 Commits (1) - [`f34acd2`](https://github.com/actualbudget/actual/commit/f34acd2927ccf877cd3c584e0e7b0d4e3be01ca2) [AI] sync-server: support non-RS256 OpenID ID tokens (#6524) ### 📊 Changes **5 files changed** (+105 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/accounts/openid.js` (+23 -0) ➕ `packages/sync-server/src/accounts/openid.test.ts` (+53 -0) 📝 `packages/sync-server/src/load-config.js` (+6 -0) 📝 `packages/sync-server/src/load-config.test.js` (+17 -0) ➕ `upcoming-release-notes/7554.md` (+6 -0) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/6524 --- <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-04-26 10:55:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#49070