fix(auth): cancel stale started flows

Best-effort cancel a running auth flow when its start response arrives after the browser operation was closed or superseded, so sessiond does not retain orphaned provider polling or callback listeners.\n\nRefs #72
This commit is contained in:
Federico Jaramillo Martinez
2026-07-18 20:55:28 +02:00
parent bd99c44286
commit 67f673b227
3 changed files with 45 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Cancel auth flows created after their browser start operation becomes stale, preventing abandoned provider polling or callback listeners after the dialog closes.