You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Make Retry Now restore the Socket.IO namespace subscription after a full disconnect instead of reopening only the underlying manager transport.
Keep continuous reconnect backoff and current access-token recovery after an immediate retry fails.
Documentation
Explain the browser-owned, non-extractable Ed25519 signing boundary, exact SSH profile binding, fail-closed request checks, and non-secret settings portability.
Document the browser authorization URL as a single-use 120-second bearer credential, persistent browser-key trust, and process-lifetime access-token rotation behavior.
Validation
Covered 32 browser regression scenarios, including offline recovery, full Socket disconnect recovery, and session-token recovery.
Covered the complete backend smoke suite, including authorization grant replay rejection, remote access policy, and browser SSH signer boundaries.