google-auth-library-php icon indicating copy to clipboard operation
google-auth-library-php copied to clipboard

Google Auth Library for PHP

Results 48 google-auth-library-php issues
Sort by recently updated
recently updated
newest added

Many modern frameworks use dotenv or similar methods of loading environment variables into the superglobals, but do not use putenv in doing so. Which makes it harder to use this...

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` -> `^12.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/12.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

kokoro:force-run

Hi team! The issue below is currently blocking us from using the servcie account impersonalisation together with the workload identity federation. We would be really happy if you coul look...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [kelvinmo/simplejwt](https://redirect.github.com/kelvinmo/simplejwt) | `0.7.1` -> `1.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/kelvinmo%2fsimplejwt/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/kelvinmo%2fsimplejwt/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

kokoro:force-run

#### Environment details - OS: - Debian GNU/Linux 12 (bookworm) - PHP version: - 8.3.11 - Package name and version: - google/cloud-spanner - v1.84.0 - google/auth - v1.42.0 Hello, I...

Ensure that the methods in [`SignBlobInterface`](https://github.com/googleapis/google-auth-library-php/blob/main/src/SignBlobInterface.php), [`Iam`](https://github.com/googleapis/google-auth-library-php/blob/main/src/Iam.php), and [`IamSignerTrait`](https://github.com/googleapis/google-auth-library-php/blob/main/src/IamSignerTrait.php) work outside the GDU

Because the expiration is inside the JWT for ID tokens, we should verify that this is done correctly, so that ID tokens are automatically refreshed.

This is a list of items we want to change / remove in the next major release - Remove all instances of `getLastReceivedToken` - Remove all instances of `tokenCallback` -...

v2