DEK 버전을 프론트엔드에서 명시적으로 관리하도록 변경

This commit is contained in:
static
2025-01-06 15:38:50 +09:00
parent 71f12c942b
commit 47850e1421
16 changed files with 78 additions and 26 deletions

View File

@@ -23,6 +23,7 @@ export const generateDataKey = async () => {
true,
["encrypt", "decrypt"],
),
dataKeyVersion: new Date(),
};
};