branch: main commit 547221c2a9b7968fc1313bc9d3fcd2e467d214b5 Author: Vivek Das Mohapatra <vi...@collabora.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Add the totp-auth package and its dependency (base32) This package generates RFC6238 Time-based One Time Passwords (in other words, what Google Authenticator implements) and displays them (as well as optionally copying them to the clipboard/primary selection), updating them as they expire. It retrieves the shared secrets used to generate TOTP tokens with ‘auth-sources’ and/or the freedesktop secrets API (aka Gnome Keyring or KWallet). --- elpa-packages | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/elpa-packages b/elpa-packages index 8cca70118e..3a028850f2 100644 --- a/elpa-packages +++ b/elpa-packages @@ -49,6 +49,10 @@ (autothemer :url "https://github.com/jasonm23/autothemer.git" :readme "README.md") + (base32 :url "https://gitlab.com/fledermaus/totp.el" + :ignored-files ("totp-auth*.el" "Makefile" "*.md" "*.html" "tests" "README") + :version-map (("0.2" "1.0" "v1.0"))) + (bash-completion :url "https://github.com/szermatt/emacs-bash-completion" :readme "README.md") @@ -760,6 +764,10 @@ (toc-org :url "https://github.com/snosov1/toc-org.git" :ignored-files ("COPYING" ".travis.yml" "toc-org-test.el")) + (totp-auth :url "https://gitlab.com/fledermaus/totp.el" + :ignored-files ("base32.el" "Makefile" "*.md" "*.html" "tests") + :version-map (("0.4" "1.0" "v1.0"))) + (treeview :url "https://github.com/tilmanrassy/emacs-treeview" :readme "README.md" :ignored-files ("LICENSE"))