mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Innovation/opaque registration integration into password strategy (#13884)
* WIP on registration and all todos * Fix naming after merge * Initial draft of register method * Override processTokenResponse * remove premature todo * Password Login Strategy - (1) adjust comment (2) fix import * ChangePassword - update logic to use default argon config * Password Login Strategy - (1) Wire up saving MP to cache (2) Add null checking to registration * DefaultOpaqueKeyExchangeSvc - (1) Update naming (2) Add null param error handling --------- Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
@@ -477,6 +477,8 @@ const safeProviders: SafeProvider[] = [
|
||||
KdfConfigService,
|
||||
TaskSchedulerService,
|
||||
PrePasswordLoginApiService,
|
||||
ConfigService,
|
||||
OpaqueKeyExchangeService,
|
||||
],
|
||||
}),
|
||||
safeProvider({
|
||||
|
||||
Reference in New Issue
Block a user