Is your feature request related to a problem? Please describe.
Currently, when using goauth to get credentials, the user has to copy-paste the url into the browser.
Describe the solution you'd like
A browser window should open automatically.
Additional context
This should be doable fairly easily using Browser::Start (which sounds more promising than Browser::Open was. Also see this blog post about the Beacon API for ending the script.
Is your feature request related to a problem? Please describe.
Currently, when using
goauthto get credentials, the user has to copy-paste the url into the browser.Describe the solution you'd like
A browser window should open automatically.
Additional context
This should be doable fairly easily using
Browser::Start(which sounds more promising thanBrowser::Openwas. Also see this blog post about the Beacon API for ending the script.