For example, the only way to supply a two-factor auth token is via the terminal. We should support graphical prompts. This is useful to make usage easier, and to allow starting the D-Bus service without hard-coding passwords anywhere.
I'm unsure how this could be done. Tools like zenity may not be installed. Depending on GTK or Qt would be overkill. Perhaps the simplest would be an askpass config option, similar to what git has.
For example, the only way to supply a two-factor auth token is via the terminal. We should support graphical prompts. This is useful to make usage easier, and to allow starting the D-Bus service without hard-coding passwords anywhere.
I'm unsure how this could be done. Tools like
zenity
may not be installed. Depending on GTK or Qt would be overkill. Perhaps the simplest would be anaskpass
config option, similar to whatgit
has.