google-auth-library-python-oauthlib icon indicating copy to clipboard operation
google-auth-library-python-oauthlib copied to clipboard

appflow.run_console() is deprecated fix building auth url

Open LindaLawton opened this issue 2 years ago • 2 comments

As appflow.run_console() is deprecated.

It would be a good idea to give the ability to build the url so that the user can take it over to their normal web browser in the event they are running this over SSH.

Currently this doesn't work as installed app auth url is built using the old OOB urls. oob

Could this be changed to http://127.0.0.1

LindaLawton avatar Apr 27 '23 12:04 LindaLawton

@LindaLawton have you found a way to get this to work via SSH?

pembo13 avatar Jun 05 '23 08:06 pembo13

@LindaLawton OOB urls were removed a while back. They are not being used anymore.

sai-sunder-s avatar Jul 18 '23 19:07 sai-sunder-s