--- id: google-reauth version: "0.1.1" license: Apache 2.0 license_treatment: permissive maintenance: abandoned --- # google-reauth — Google Reauth Library License: permissive · Maintenance: abandoned · Downloads: 866.6K/mo ## What it is and what it does google-reauth is a library that adds two-factor authentication (reauth) capability to Google's Python authentication libraries. It allows applications using Google's auth libraries to support end-user credentials protected by two-factor authentication. The library depends on pyu2f for U2F/FIDO2 support. The package is explicitly positioned as primarily for Google internal use and Google Cloud Platform developers. It has been abandoned since late 2020 with no active maintenance, and its repository is archived. Before adopting it, you should verify whether Google's main authentication libraries now include reauth support natively, as this standalone library may no longer be the recommended approach. Use it for: - Integrating two-factor authentication support into applications using Google's Python auth libraries for Google Cloud Platform. - Adding reauth capability to legacy Google Cloud Python applications that predate native reauth support in google-auth. - Supporting U2F/FIDO2 hardware keys alongside password-based two-factor authentication in Google-authenticated services. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides two-factor authentication reauth support for Google's Python authentication libraries, enabling end-user credentials to work with Google's identity services. No. The package is abandoned (last release 2020-12-01, repository archived) with no active maintenance. Before installing, verify whether Google's main authentication libraries now include native reauth support, which would make this standalone library unnecessary. If you need reauth for Google services, check the current google-auth package first. ## Install pip install google-reauth uv add google-reauth poetry add google-reauth ## Installing google-reauth Before you install: Low install friction with a single dependency (pyu2f), but the package is abandoned—last release was 2020-12-01 and the repository is archived. No active maintenance. License in practice: Licensed under Apache 2.0 (permissive), which allows broad use, modification, and distribution with minimal restrictions. Quickstart: pip install google-reauth from google_reauth import reauth # Use reauth support with Google auth libraries This package is abandoned and may not work with current Google authentication libraries or modern Python versions. Verify compatibility before use. Verify before relying: - Whether this package still works with current Google authentication libraries or if it has been superseded by built-in reauth support. - Compatibility with Python versions beyond 3.6, given the classifiers list only declares support through 3.6. - Whether pyu2f dependency has security updates or maintenance status. ## Package facts - License: Apache 2.0 (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 866.6K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags google two-factor authentication, google reauth python, google oauth 2fa, google identity reauth, google auth 2fa support, google-cloud, authentication, abandoned [View on SkillFed](https://skillfed.io/packages/google-reauth) · [View on PyPI](https://pypi.org/project/google-reauth/)