You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
…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
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
The text was updated successfully, but these errors were encountered: