messagix/bloks: Handle new MFA methods#226
Merged
radon-at-beeper merged 28 commits intomainfrom Feb 25, 2026
Merged
Conversation
tulir
reviewed
Feb 25, 2026
Co-authored-by: Tulir Asokan <tulir@maunium.net>
tulir
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes a ton of improvements across the messenger-lite login flows, especially for more robustly handling the yawning, labyrinthine abyss of different MFA types that Facebook supports in different cases.
bk.action.navigation.OpenUrlas well as setting watches on global variables which are sometimes used to return error messageson_bindattributesNote: there is
a replace directive in thea place where I return an error right after successful login (to avoid needing to log out again), these are both just for easier testing and will be removed before merge.go.modandThere's also a custom
TestCaptchaflow state in Selenium that you can use to easily test whether captcha codes show up correctly in clients, without needing to actually trigger one from Facebook. I'm open to removing this in case we think the dead code is ugly, though