google-auth-library-python-oauthlib
google-auth-library-python-oauthlib copied to clipboard
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: - [X] Make sure to...
#### Environment details - OS type and version: macOS Ventura 13.3 - Python version: 3.11 - pip version: 23.1.2 - `google-auth-oauthlib` version: 1.0.0 #### Steps to reproduce 1. import google_auth_oauthlib.flow...
https://github.com/googleapis/google-auth-library-python-oauthlib/blob/01b42511bf78071fc552bce0074396335d6b3ee6/google_auth_oauthlib/interactive.py#L94C41-L94C46 Afaik, this 'Other' app type doesn't exist anymore, is 'Web Application' the correct replacement? With a redirect URI of 'http://localhost:8080/'? If that makes sense I can make a PR.
#### Environment details - OS type and version: Ubuntu 20.04 - Python version: Python 3.10.10 - pip version: pip 23.0.1 - `google-auth-oauthlib` version: Version: 1.0.0 #### Steps to reproduce 1....
Hello. The local server shuts down too quickly - it is not enough for authentication in browser. It would be nice if it was possible to set a timeout during...
Is there a way to have the redirection callback from Google SSO made as a POST request instead of a GET request, that way all the parameters would be encoded...
This is a draft PR for discussion/comment purposes. The changes represent a possible approach to refactoring the oauth process in response to a pending deprecation issue.
Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? Fuzzing is a way to automate test-case generation and has been heavily used for...
Could you please consider to use built-in unittest.mock instead of mock?
**Is your feature request related to a problem? Please describe.** In command line tools that are processing data automatically, I want to be in control of what goes to STDOUT....