Update Readme.md
This commit is contained in:
parent
88526058c3
commit
45a633cb33
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue