Harden persisted authentication recovery

Treat malformed authentication records as missing so browser sign-in can recover, preserve real file-read failures, and pin the Azure Identity persistence dependencies exactly.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Alex Yang (DevDiv)
2026-07-20 14:32:51 -07:00
parent 59fc5616ec
commit 463a876284
3 changed files with 35 additions and 5 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
],
"license": "MIT",
"dependencies": {
"@azure/identity": "^4.13.1",
"@azure/identity-cache-persistence": "^1.3.0",
"@azure/identity": "4.13.1",
"@azure/identity-cache-persistence": "1.3.0",
"@github/copilot-sdk": "1.0.6"
}
}