google-auth-library-php
google-auth-library-php copied to clipboard
Google Auth Library for PHP
The following release PRs may have failed: * #550 - The release job failed -- check the build log. * #548 - The release job failed -- check the build...
For any company running at scale, a default file cache is pretty much a requirement to ensure that the client libraries and auth library function in a performant way. Creating...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [kelvinmo/simplejwt](https://redirect.github.com/kelvinmo/simplejwt) | `0.7.1` -> `0.9.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/googleapis/google-auth-library-php). ## Config Migration Needed - [ ]...
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/)...
TODO: - [ ] testing
- Remove support for `Google\Auth\Cache\Item`, which is no longer compatible with these dependencies - Drop compatibility for PHP 7.4 and 8.0 - Drop compatibility with `guzzlehttp/guzzle` v6, and `psr/cache` v1
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://redirect.github.com/sebastianbergmann/phpunit)) | `^9.6` -> `^11.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
**Is your feature request related to a problem? Please describe.** We are missing the email of the authorized party when we decode the identity token on Cloud Run in PHP....
See https://github.com/googleapis/google-auth-library-php/pull/474 See [Python's implementation for Workforce credentials](https://github.com/googleapis/google-auth-library-python/pull/868/files) As part of Workforce Credentials, we will need support getting a ProjectID (e.g. implementing `ProjectIdProviderInterface`) in `ExternalAccountCredentials`. Here's examples of how this...