[PR #4085] [MERGED] Improve JWT RSA key initialization and avoid saving public key #7018

Closed
opened 2026-03-07 21:09:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4085
Author: @dani-garcia
Created: 11/19/2023
Status: Merged
Merged: 3/17/2024
Merged by: @dani-garcia

Base: mainHead: update_jwt_private_key


📝 Commits (1)

  • 314ca91 Improve JWT key initialization and avoid saving public key

📊 Changes

5 files changed (+48 additions, -87 deletions)

View changed files

📝 src/auth.rs (+43 -16)
📝 src/config.rs (+1 -4)
📝 src/db/models/attachment.rs (+1 -1)
📝 src/main.rs (+1 -26)
📝 src/util.rs (+2 -40)

📄 Description

Based on the discussion on #4083


🔄 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/dani-garcia/vaultwarden/pull/4085 **Author:** [@dani-garcia](https://github.com/dani-garcia) **Created:** 11/19/2023 **Status:** ✅ Merged **Merged:** 3/17/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update_jwt_private_key` --- ### 📝 Commits (1) - [`314ca91`](https://github.com/dani-garcia/vaultwarden/commit/314ca917272fa15c7413928a7dcab473de5d31d2) Improve JWT key initialization and avoid saving public key ### 📊 Changes **5 files changed** (+48 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `src/auth.rs` (+43 -16) 📝 `src/config.rs` (+1 -4) 📝 `src/db/models/attachment.rs` (+1 -1) 📝 `src/main.rs` (+1 -26) 📝 `src/util.rs` (+2 -40) </details> ### 📄 Description Based on the discussion on #4083 --- <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-03-07 21:09:39 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7018