Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make CLI Token Browser opener configurable, EchoOpener uses stderr (#50)
* Opener: Display URL when opening, allow overriding Currently the program silently launches the auth flow URL, which can be confusing if it doesn't happen or the user switches away. Instead, notify that the user is about to be directed to a URL. Also add a way to set a custom opener on a CLI token source, for further experimentation with this (e.g if we want to add a confirmation prompt) * add a newline there, so wrapped output follows * Do not output This has the potential to be a pretty breaking change, so back out the writing of info for now (will experiment internally)
- Loading branch information