Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to specify browser during authentication #303

Closed
anujmaurice opened this issue Aug 19, 2023 · 0 comments · Fixed by #305 or #275
Closed

Ability to specify browser during authentication #303

anujmaurice opened this issue Aug 19, 2023 · 0 comments · Fixed by #305 or #275

Comments

@anujmaurice
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Everytime a web authentication is required, the browser that is launched is the system's default browser. The default browser is not always configured with the right google account, For eg, my default browser is firefox and it is configured with my work account. It will be a good feature for user to mention which browser to launch. webbrowser module supports this feature already

Describe the solution you'd like
I have made the change to specify which browser needs to be launched

gcf-merge-on-green bot pushed a commit that referenced this issue Sep 7, 2023

Verified

This commit was signed with the committer’s verified signature.
hannahhoward Hannah Howard
…thention (#305)

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 open an issue as a [bug/issue](https://togithub.com/googleapis/google-auth-library-python-oauthlib/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)

Fixes #303
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment