salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

direct login username+password in config file #258

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. store username+password in config file
2. use them for login without opening the browser

Original issue reported on code.google.com by mantox...@gmail.com on 19 Aug 2010 at 3:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Also, allow an external program to provide the password.  For instance, 
gnome-keyring-query or secret-tool in the libsecret package. 
(http://www.gentoo-wiki.info/HOWTO_Use_gnome-keyring_to_store_SSH_passphrases , 
http://git.gnome.org/browse/libsecret).

This would allow secure, prompt-free access.

Maybe something like:

password = gnome-keyring-query get mypasswd |

...where the pipe indicates a command to run.

Original comment by john_ba...@brown.edu on 18 Feb 2013 at 5:16