[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/base32 49f2e5e7ad 093/103: Add an autoload for the OTP exp
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/base32 49f2e5e7ad 093/103: Add an autoload for the OTP export function |
Date: |
Sat, 10 Feb 2024 13:00:13 -0500 (EST) |
branch: elpa/base32
commit 49f2e5e7ad8a5afae7a3e38d87d08f4d4c4cd797
Author: Vivek Das Mohapatra <vivek@collabora.com>
Commit: Vivek Das Mohapatra <vivek@collabora.com>
Add an autoload for the OTP export function
---
totp-auth.el | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/totp-auth.el b/totp-auth.el
index c937eca5e9..c7dc1fef9a 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -788,5 +788,20 @@ FILE is processed by ‘totp-load-file’ and each secret
extracted
is passed to ‘totp-save-secret’."
t)
+(autoload 'totp-auth-export-file "totp-auth-interop"
+ "Export TOTP SECRETS to FILE.
+FILE is a destination file.
+If it matches ‘epa-file-name-regexp’ then a text file is saved.
+If ‘totp-auth-image-type-from-filename’ returns an image type for file then
+a QR code is generated instead.
+TYPE may be :otpauth-migration or :otpauth - which URL scheme to use.
+\nSECRETS is a list of ‘totp-auth-unwrap-otp-blob’ secrets, or a string, or
nil.
+If it is nil all secrets are exported.
+If it is a string beginning with ~ or / it is used as a regular expression
+to match the labels of the secrets to export from ‘totp-auth-secrets’.
+If it begins with = the rest of the string is used as an exact match.
+Any other string is used as a substring to look for in the labels."
+ t)
+
(provide 'totp-auth)
;;; totp-auth.el ends here
- [nongnu] elpa/base32 c31034feef 069/103: Fix the totp-auth-hmac.el footer comment, (continued)
- [nongnu] elpa/base32 c31034feef 069/103: Fix the totp-auth-hmac.el footer comment, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 5e5f311775 077/103: Fix a checkdoc warning in base32-lsh, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 60dbfaf621 079/103: Use the warning-suppressing lsh wrapper from base32.el, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 49cb6d5468 078/103: Implement the base32hex encoding from RFC4648, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 a41fe7d0f7 072/103: Trivia: fix markup in test file docstring, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 ed4feed432 080/103: Fix a checkdoc warning., ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 c04d223e11 074/103: Fix a docstring xref, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 269044a4a2 082/103: Replace a single use of cl-case with cond, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 95af9632f3 070/103: Wrap lsh in base32.el to suppress misleading lsh vs ash warning, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 11199b1d22 085/103: Our default base32 dictionary is uppercase only, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 49f2e5e7ad 093/103: Add an autoload for the OTP export function,
ELPA Syncer <=
- [nongnu] elpa/base32 5fa6529ace 103/103: Fix another stray docstring reference, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 b048113b66 100/103: Allow user to create secrets interactively, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 19b6939cca 098/103: Prefer the "TOTP" secrets collection over "login" (if it exists), ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 ce7fe1b815 071/103: Tests now indicate where they are loading totp-auth et al from, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 60c0ea49cf 073/103: Suppress more byte compile warnings, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 e28d088223 081/103: Missed a couple of references to totp-auth-lsh, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 ac5b439624 075/103: Document an otpauth-migration URL quirk in a comment, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 7b56905280 084/103: Add technical documentation about the specifications this implements, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 1c001795de 083/103: Preliminary otpauth-migration URL export support, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 0d7a4e1c9d 087/103: Check for availability of QR code import command, ELPA Syncer, 2024/02/10