From 45a633cb339bf7510d5aaaeb3f8fc50f51a25576 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Tue, 12 Sep 2023 19:01:29 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 625ec71..3853310 100644 --- a/Readme.md +++ b/Readme.md @@ -56,6 +56,10 @@ goldwarden config set-api-url https://my.bitwarden.domain/api goldwarden config set-identity-url https://my.bitwarden.domain/identity ``` +``` +goldwarden config set-notifications-url https://my.bitwarden.domain/notifications +``` + Login ``` goldwarden login --email @@ -223,6 +227,8 @@ The sensitive parts of the config file are encrypted using a pin. The key is der When accessing a vault entry, the daemon will authenticate against a polkit policy. This allows using biometrics. +By default, credential entry is cached for 10 minutes. During this time, a parent program can invoke goldwarden multiple times, but biometrics are only confirmed the first time. Since this is per parent-program, this means that invokations from 2 tty's would independently each ask for biometrics confirmation the first time. + ### Future Plans Some things that I consider adding (depending on time and personal need): - Regular cli managment (add, delete, update, of logins / secure notes)