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

I am using docker for windows which runs the docker daemon inside a Hyper-V VM. This library is used inside a docker container and for authentication purposes the corresponding port...

type: feature request

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

type: question

In [flow.py](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/master/google_auth_oauthlib/flow.py), `scopes` are incorrectly documented as `Sequence[str]` in the classmethod documentation. As far as I can tell, following the code path back up to [oauthlib](https://github.com/oauthlib/oauthlib/blob/master/oauthlib/oauth2/rfc6749/clients/web_application.py), `scopes` ends up being...

type: docs

Make clear in documentation that run_local_server(port=0) will automatically find a local port number not in use (and thus not in potential conflict). And consider making port=0 the default instead of...

type: docs

With the introduction of `code_verifier` it should be possible to pass our own `code_verifier` to `Flow.from_client_config()` classmethod. Currently, if you pass it as `kwargs`, the `requests_oauth` session creation will fail...

type: feature request

to make it easier to parse than json.

type: feature request

So that you can create multiple credentials for different scope without having to fully qualify the credentials path.

type: feature request

Since they are always used together, the tool could use a single flag instead `--save-credentials`. Related: https://github.com/androidthings/sample-googleassistant/issues/19#issuecomment-306549681

type: feature request

I store the credentials object in the session, and the expiration as well, since I need to call credentials.valid to check the creds validity on session setup. Currently I have...

type: feature request

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