Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 1.5 KB

README.rst

File metadata and controls

44 lines (28 loc) · 1.5 KB

Google Reauth Python Library

build pypi

This library provides Reauth support to Google's authentication libraries for Python. Reauth allows using two-factor authentication for end-user credentials.

Other than for reference purposes, this library is of little use to non-Google developers.

Installing

You can install using pip:

$ pip install google-reauth

For more information on setting up your Python development environment, please refer to Python Development Environment Setup Guide for Google Cloud Platform.

Contributing

As mentioned in the beginning, this library is not generally consumable in non-Google applications. However, if you are still inteested in contributing to it, please see CONTRIBUTING.rst for more information on how to get started.

License

Apache 2.0 - See the LICENSE for more information.