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

The [sample code](https://github.com/google/google-auth-library-php/blob/master/src/ApplicationDefaultCredentials.php#L76) that calls the `TaskQueue API` makes it really easy to accidentally receive the error message "you are not allowed to make this api call" This is because...

type: feature request

Hello, Per [this guide](https://developers.google.com/identity/protocols/OAuth2InstalledApp#step1-code-verifier), OAuth2 installed app supports code challenge and code verifier now. Will there be support released for this library soon? Best, Knack

type: feature request

When the client deems a token to have expired, using its locally stored creation time and expires_in values, it will automatically renew the token. The renewed token can then be...

type: feature request

When using this library to generate a refresh token for web/installed app flows, there isn't a constant for the authorization URI: https://accounts.google.com/o/oauth2/v2/auth https://developers.google.com/identity/protocols/OAuth2WebServer#redirecting Does it make sense to put this...

type: feature request

:robot: I have created a release *beep* *boop* --- ## [1.42.0](https://github.com/googleapis/google-auth-library-php/compare/v1.41.0...v1.42.0) (2024-07-16) ### Features * Private key getters on service account credentials (https://github.com/googleapis/google-auth-library-php/pull/557) ([d2fa07b](https://github.com/googleapis/google-auth-library-php/commit/d2fa07b8a8edfa65c1bd732dac794c070e3451bc)) --- This PR was generated with...

kokoro:force-run
autorelease: pending

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/)...

The following release PRs may have failed: * #564 - The release job failed -- check the build log.

type: process

I'm attempting to use ServiceAccountJwtAccessCredentials to connect to a 3rd-party google cloud endpoint. AFAICT there's no example for using this class, and I haven't been able to get it to...

This is a prototype for #498

do not merge