Update Readme.md

This commit is contained in:
Bernd Schoolmann 2023-09-12 19:01:29 +02:00 committed by GitHub
parent 88526058c3
commit 45a633cb33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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 <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)