Skip to content

Use a separate connection for the 2FA code verification too - #54

Merged
rileytestut merged 1 commit into
rileytestut:notarizedfrom
Calvin-Zikakis:fix/gsa-2fa-connection
Sep 10, 2026
Merged

Use a separate connection for the 2FA code verification too#54
rileytestut merged 1 commit into
rileytestut:notarizedfrom
Calvin-Zikakis:fix/gsa-2fa-connection

Conversation

@Calvin-Zikakis

Copy link
Copy Markdown

Follow up to #52. The 2FA code verification request still goes over the shared pooled session, so it can land on a connection Apple has already started 503ing, and the HTML body hits the plist parser the same way.

Only shows up for accounts with two factor auth, which is why it survived #52.

Same treatment: own session, and surface 5xx instead of parsing it.

This one still goes over the pooled session, so it can land on a
connection Apple has already started 503ing, and the HTML body hits the
plist parser the same way.
@rileytestut

Copy link
Copy Markdown
Owner

Thanks! Code LGTM, merged and will be shipping this with AltStore Classic 2.3 👍

@rileytestut
rileytestut merged commit e8728ae into rileytestut:notarized Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants