From ad7259eda2444c90df420234a2d678ad9c607fe9 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Mon, 21 Aug 2023 20:10:57 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 12a0263..a385e7b 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7 @@ Goldwarden is a Bitwarden compatible CLI tool written in Go. It focuses on featu - Vault content is held encrypted in memory and only briefly decrypted when needed - Kernel level memory protection for keys (via the memguard library) - Additional measures to protect against memory dumps -- Passwordless login (Approval of other login) +- Passwordless login (Both logging in, and approving logins) - Fido2 (Webauthn) support - more to come...?