Harden auth requests and backup endpoints

This commit is contained in:
shuaiplus
2026-07-06 18:04:23 +08:00
parent ace00e8e74
commit 7ac6ae50bb
5 changed files with 103 additions and 12 deletions
-1
View File
@@ -1167,7 +1167,6 @@ export default function App() {
const key = await encryptSessionUserKeyForAuthRequest(session, authRequest);
await respondToAuthRequest(authedFetch, authRequest.id, {
key,
masterPasswordHash: null,
deviceIdentifier: getCurrentDeviceIdentifier(),
requestApproved: true,
});