-
Notifications
You must be signed in to change notification settings - Fork 82
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
feat: Adding support to specify browser while launching browser to authention #305
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
Does the It did not seem to work for me on MacOS. I think this change is okay for that reason |
@@ -379,6 +379,7 @@ def run_local_server( | |||
redirect_uri_trailing_slash=True, | |||
timeout_seconds=None, | |||
token_audience=None, | |||
browser=None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this parameter to the doc string
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clundin25 I have added the doc string
@clundin25 Can you please look into this. I have fixed the unit tests |
@clundin25 I have fixed the black failures. lint should succeed now. |
@clundin25 All the unittests have passed, is there anything more required from my side. Please let me know. |
This feature has now been released in v1.1.0 |
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:
Fixes #303