1
0
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:
Jared Snider
2025-03-18 16:19:14 -04:00
committed by GitHub
parent 407f1e9957
commit 4843038cbd
7 changed files with 105 additions and 23 deletions

View File

@@ -477,6 +477,8 @@ const safeProviders: SafeProvider[] = [
KdfConfigService,
TaskSchedulerService,
PrePasswordLoginApiService,
ConfigService,
OpaqueKeyExchangeService,
],
}),
safeProvider({