google-auth-library-python-oauthlib
google-auth-library-python-oauthlib copied to clipboard
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...
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/)...
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...
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...
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...
to make it easier to parse than json.
So that you can create multiple credentials for different scope without having to fully qualify the credentials path.
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
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...
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/)...