google-auth-library-python-oauthlib icon indicating copy to clipboard operation
google-auth-library-python-oauthlib copied to clipboard

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

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...

size: xs

:robot: I have created a release *beep* *boop* --- ## [1.2.1](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.0...v1.2.1) (2024-04-23) ### Bug Fixes * Clean up local server socket on error ([#339](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/339)) ([7054d62](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/7054d62600efccfebe4031bb97fc1a094f584b16)) --- This PR was generated...

kokoro:force-run
autorelease: pending
size: xs

Chrome is rolling out a [feature](https://developer.chrome.com/blog/private-network-access-preflight) that this library needs to support. The feature ensures that public URL cannot redirect to a private URL without permission. We should be able...

Hi, I have an issue running [Google API Quickstart](https://developers.google.com/drive/api/v3/quickstart/python): ``` Traceback (most recent call last): File "quickstart.py", line 49, in main() File "quickstart.py", line 29, in main creds = flow.run_local_server(port=0)...

type: question

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | major | `v3` -> `v4` | |...

kokoro:force-run
size: xs

Note: #226 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 0f402dbd40ba865bd22e188d87ace47c336bbd46 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/3e6d7c63-9825-4d3c-9415-c4d76e29ed75), [Sponge](http://sponge2/3e6d7c63-9825-4d3c-9415-c4d76e29ed75) status:...

type: bug
priority: p2
flakybot: issue
flakybot: flaky

```py if not creds or not creds.valid: if creds and creds.expired and creds.refresh_token: creds.refresh(Request()) else: flow = InstalledAppFlow.from_client_secrets_file( 'credentials.json', SCOPES) creds = flow.run_local_server(port=0) ``` Trying to run this in a...

type: question

Google identity platform supports multi-tenancy in order to create unique silos of users, which can represent different divisions within a project. I could create a project and configure multiple tenants...

As appflow.run_console() is deprecated. It would be a good idea to give the ability to build the url so that the user can take it over to their normal web...

Flow for the client credentials can be instantiated with either 2 methods. 1. from_client_secrets_file 2. from_client_config However, we intend to persist client credentials in an external vault like google secret...

type: feature request