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
test(oauth): drive the denial case through the flow's own callback server
The probe server raced the flow for the callback port: close() returns
before the socket is released, so the flow could fall back to the
no-loopback path and skip the assertion silently. Retry delivery to a
deadline instead, and say so when an environment truly has no loopback
listener.
0 commit comments