1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-11 10:10:25 +01:00
bitwarden-browser/apps/browser/src/background
Matt Gibson c8c1ed42ba
[PM-5537] Remove Unecessary Biometric State (#7762)
* Create state for biometric client key halves

* Move enc string util to central utils

* Provide biometric state through service

* Use biometric state to track client key half

* Create migration for client key half

* Ensure client key half is removed on logout

* Remove account data for client key half

* Remove unnecessary key definition likes

* Remove moved state from account

* Fix null-conditional operator failure

* Simplify migration

* Remove lame test

* Fix test type

* Add migrator

* Remove state that is never read.

* Remove unnecessary biometric state

We don't need to determine platform in desktop background, it can be done in the UI at any time.

* Fix merge

* Use platform utils to identify OS desktop type
2024-02-15 15:29:29 -05:00
..
service-factories Auth/PM-4596 - Extract PIN and Biometrics unlock method logic into re-useable services for user verification (#7107) 2024-01-16 14:52:06 -05:00
commands.background.ts [PM-5949] Refactor Typing Information for Notification Bar (#7722) 2024-02-09 19:05:34 +00:00
idle.background.ts Add eslint rule no-floating-promises (#7789) 2024-02-02 15:13:37 -05:00
main.background.ts PM-5274 Migrate Collection Service State (#7732) 2024-02-14 17:03:03 -05:00
nativeMessaging.background.ts [PM-5537] Remove Unecessary Biometric State (#7762) 2024-02-15 15:29:29 -05:00
runtime.background.ts [PM-5560] Implement Autofill Settings state provider (#7767) 2024-02-12 17:11:04 -05:00