1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00
bitwarden-browser/electron/src
Matt Gibson 5ba1416679
Authenticate with secure storage service (#402)
* Split secure key into use case

Allows us to push authentication for key access as late as possible.

* Do not reload if biometric locked

* Linter fixes

* Fix key upgrade scenario

* Fix boolean value message parsing

* Handle systems which don't support biometrics

* Do not fail key retrieval on secret upgrade

* Ensure old key is removed regardless of upgrade success

* Log errors
2021-06-09 15:53:54 -05:00
..
services Authenticate with secure storage service (#402) 2021-06-09 15:53:54 -05:00
baseMenu.ts Split jslib into multiple modules (#363) 2021-06-03 18:58:57 +02:00
biometric.darwin.main.ts Authenticate with secure storage service (#402) 2021-06-09 15:53:54 -05:00
biometric.windows.main.ts Authenticate with secure storage service (#402) 2021-06-09 15:53:54 -05:00
electronConstants.ts Split jslib into multiple modules (#363) 2021-06-03 18:58:57 +02:00
globals.d.ts Split jslib into multiple modules (#363) 2021-06-03 18:58:57 +02:00
keytarStorageListener.ts Authenticate with secure storage service (#402) 2021-06-09 15:53:54 -05:00
tray.main.ts Split jslib into multiple modules (#363) 2021-06-03 18:58:57 +02:00
updater.main.ts Split jslib into multiple modules (#363) 2021-06-03 18:58:57 +02:00
utils.ts Split jslib into multiple modules (#363) 2021-06-03 18:58:57 +02:00
window.main.ts Split jslib into multiple modules (#363) 2021-06-03 18:58:57 +02:00