[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/base32 ac5b439624 075/103: Document an otpauth-migration U
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/base32 ac5b439624 075/103: Document an otpauth-migration URL quirk in a comment |
Date: |
Sat, 10 Feb 2024 13:00:10 -0500 (EST) |
branch: elpa/base32
commit ac5b439624fcf2b7df62d03cd9ef0100c2bfce4d
Author: Vivek Das Mohapatra <vivek@collabora.com>
Commit: Vivek Das Mohapatra <vivek@collabora.com>
Document an otpauth-migration URL quirk in a comment
---
totp-auth-interop.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/totp-auth-interop.el b/totp-auth-interop.el
index ff198d296f..dec1af14f4 100644
--- a/totp-auth-interop.el
+++ b/totp-auth-interop.el
@@ -111,6 +111,8 @@ The cell(s) are suitable for use in the return value of
‘totp-auth-unwrap-otp-
((eq key :digits) (when (numberp val)
(setq val (+ (* val 2) 4))
(cons :digits (if (memq val '(6 8)) val 6))))
+ ;; field #2 is either a "service:user" string or just a "service" one
+ ;; we have to inspect the contents and guess.
((consp key) (if (and (stringp val)
(string-match "^\\(.+\\)?:\\(.+\\)" val))
(list (cons (car key) (match-string 1 val))
- [nongnu] elpa/base32 269044a4a2 082/103: Replace a single use of cl-case with cond, (continued)
- [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, 2024/02/10
- [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 <=
- [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
- [nongnu] elpa/base32 3bd26611c1 088/103: Don't add newlines in long otpauth-migration URL data blobs, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 043ce25969 089/103: Add text-file export support, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 4a32e61634 090/103: QR code export, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 967a8375e8 094/103: Add a require for epa-hook in totp-auth-interop, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 6f138d3eaa 099/103: Clean up the flow of totp-auth-sources, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 7e7e43535e 097/103: Update references to old command names in the commentary section, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 d520096a5d 101/103: Fix stale references in docstrings, ELPA Syncer, 2024/02/10