diff options
author | H Durer <h.duerer@gmail.com> | 2018-03-10 16:23:23 +0000 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2018-08-10 22:20:04 -0400 |
commit | 12b4620c34a490b324e08d8bb56f77b2ec926f59 (patch) | |
tree | 4650a0d8e05341e21dd8afdb04602b8d867b560e /README.org | |
parent | ae32d2f725dc90e3acb70a03d0a6fd2e4e660ccf (diff) |
Optionally use auth-source-search for fetching and saving password. (#181)
* Use auth-source-search for fetching and saving password
This gives users the ability to save their password to either the gpg-encrypted ~/.authinfo.gpg or
~/.authinfo so that they don't have to provide username/password each time
* Add a new custom var to decide whether to use the auth-source package or not.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,6 +65,10 @@ Set =mastodon-instance-url= in your =.emacs= or =customize=. Defaults to the [[h (setq mastodon-instance-url "https://my.instance.url") #+END_SRC +There is an option to have your user credentials (email address and password) saved to disk so you don't have to re-enter them on every restart. +The default is not to do this because if not properly configured it would save these unencrypted which is not a good default to have. +Customize the variable =mastodon-auth-source-file= if you want to enable this feature. + *** Timelines =M-x mastodon= |