No results found

GH FastPass - Xposed Module Repository

GH FastPass

Automatically dismiss GitHub Mobile’s 2FA verification dialog after approval.

Android 10+ LSPosed API 100 Kotlin Gradle

Overview

Every time you approve a 2FA push notification in the GitHub app, a “Verification request approved” dialog blocks the screen until you tap CLOSE. This module removes that friction by hooking the dialog’s Compose state machine and finishing the activity as soon as the approval completes.

StockPatched
Stock GitHub 2FA dialog Patched auto-dismiss

Requirements

  • Android 10 (API 29) or higher
  • LSPosed (JingMatrix fork recommended)
  • GitHub mobile app (com.github.android)

[!NOTE] Tested with GitHub Mobile v1.249.1. Other versions should work as long as GitHub doesn’t restructure the 2FA dialog internals.

Install

  1. Download the APK:

    Get it on GitHub Get it on Obtainium

  2. Enable the module in LSPosed and scope it to com.github.android

  3. Force-stop the GitHub app and relaunch

Build

git clone --recurse-submodules https://github.com/hxreborn/gh-fast-pass.git
cd gh-fast-pass
./gradlew buildLibxposed
./gradlew assembleRelease

Requires JDK 21 and Android SDK. Configure local.properties:

sdk.dir=/path/to/android/sdk

# Optional signing
RELEASE_STORE_FILE=<path/to/keystore.jks>
RELEASE_STORE_PASSWORD=<store_password>
RELEASE_KEY_ALIAS=<key_alias>
RELEASE_KEY_PASSWORD=<key_password>

License

GPLv3

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Package

eu.hxreborn.ghfastpass

Authors

rafareborn

Releases

v1.0.0

Release Type: Stable

3/15/2026, 2:40:06 PM

View all releases

Releases

v1.0.0

Release Type: Stable

3/15/2026, 2:40:06 PM

What's Changed

Added

Changed

Other

New Contributors

© 2021 - 2026 New Xposed Module Repository