From dd15c0496cd530fb1bd18e7a79a827e76bb29a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= Date: Mon, 5 Feb 2024 15:19:34 +0000 Subject: [PATCH] Add the totp-auth package and its dependency (base32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 1f9a16311c..8ed3955547 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")) -- 2.30.2