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

allow manually pasting the sign-in url to make it easier to sign in in a different browser #371

Closed
trondhindenes opened this issue Nov 13, 2021 · 1 comment · Fixed by #390
Labels
enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature

Comments

@trondhindenes
Copy link

trondhindenes commented Nov 13, 2021

when running auth0 login it's too hard to use a non-default browser to sign in. It would help a lot if the cli printed the sign-in url so that one could paste it into the correct browser. I'm a little surprised that not even the --debug option seems to print this info.

I build a custom binary whith the sign-in url printed, but it looks like there's more logic needed, since the cli will wait for the browser process to close before doing anything - looks like more is needed than I have the golang skills to code here.

@trondhindenes trondhindenes changed the title print the sign-in url to make it easier to sign in in a different browser allow manually pasting the sign-in url to make it easier to sign in in a different browser Nov 13, 2021
@Widcket
Copy link
Contributor

Widcket commented Dec 2, 2021

Hi @trondhindenes, thanks for raising this. We could have some option to output the login URL, instead of opening a browser.

@Widcket Widcket added the enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature label Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants