mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-26 13:54:31 +00:00
Update Key Rotation web-vault v2024.3.x (#4446)
Key rotation was changed since 2024.1.x. Multiple other items were added to be rotated like password-reset and emergency-access data to be part of just one POST instead of having multiple. See: https://github.com/dani-garcia/bw_web_builds/pull/157
This commit is contained in:
parent
e42a37c6c1
commit
e1a8df96db
4 changed files with 123 additions and 41 deletions
|
@ -205,7 +205,7 @@ pub struct CipherData {
|
|||
// Folder id is not included in import
|
||||
FolderId: Option<String>,
|
||||
// TODO: Some of these might appear all the time, no need for Option
|
||||
OrganizationId: Option<String>,
|
||||
pub OrganizationId: Option<String>,
|
||||
|
||||
Key: Option<String>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue