google-auth-library-python
google-auth-library-python copied to clipboard
Google Auth Python Library
**Is your feature request related to a problem? Please describe.** When using the `to_json()` method of an OAuth2 credentials instance, the authorized scopes of the credentials are saved in the...
There is a limit of 210 AppEngine versions. Tests should ideally delete the version they've deployed so we don't need to manually clear versions. > ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Your app...
See https://github.com/googleapis/google-auth-library-python/pull/426#discussion_r368214783 for details
We are working on updating some of our code to use `google.auth.impersonated_credentials` in place of `google.oauth2.service_account` credentials. Some of our code needs to know the email address associated with credentials...
I am using the `google.oauth2.credentials.Credentials` type as the following: ```python import google.oauth2.credentials credentials = google.oauth2.credentials.Credentials(access_token) ``` For signing blobs, I need to have a signer from the `credentials` object, similar...
Hardcode a new session dedicated for authentication request make the user hard to customize the requests session object. (for example, proxy) https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/edfe24602051969e32917e82bcedd2bace43e260/google/auth/transport/requests.py#L167
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
#### Environment details - OS: macOS 14.4.1 (23E224) - Python version: Python 3.12.3 - pip version: pip 24.0 - `google-auth` version: Version: 2.29.0 #### Steps to reproduce A full script...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...