google-auth-library-python
google-auth-library-python copied to clipboard
Google Auth Python Library
I find myself having to debug auth-related code from time to time in several services. Sometimes I need to check if a token has changed or compare whether an object...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cryptography](https://togithub.com/pyca/cryptography) ([changelog](https://cryptography.io/en/latest/changelog/)) | `< 39.0.0` -> `
:robot: I have created a release *beep* *boop* --- ## [2.30.0](https://github.com/googleapis/google-auth-library-python/compare/v2.29.0...v2.30.0) (2024-05-21) ### Features * Add WebAuthn plugin component to handle WebAuthn get assertion request ([#1464](https://github.com/googleapis/google-auth-library-python/issues/1464)) ([e25f336](https://github.com/googleapis/google-auth-library-python/commit/e25f336ab49c2018a222458a95ebe083e8a4eb2a)) * ECP Provider...
Since there aren't any packages using this yet, it has been put in as _internal surface in #612 Once this is being used, we should move to a public surface...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
Move the logic to read GCE_METADATA_TIMEOUT env variable so we can better control it in app_identity component. Related internal change is 607513254.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cryptography](https://togithub.com/pyca/cryptography) ([changelog](https://cryptography.io/en/latest/changelog/)) | `< 39.0.0` -> `...
**Is your feature request related to a problem? Please describe.** External account URL-sourced credentials require a HTTP GET endpoint: > An HTTP GET request should be sent to this local...
Opening a draft PR to gauge interest in adding an [httpx](https://www.python-httpx.org/) transport. This is used internally for a project that otherwise relied on httpx (instead of aiohttp) for async http...