mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-28 21:01:38 +08:00
* PM-33353 - LoginStrategyService tests - add test to capture the bad behavior. * PM-33353 - Extract Password Prelogin API logic to own service out of API service. * PM-33353 - Rename prelogin request / response models to have password prefix for clarity * PM-33353 - Build PasswordPrelogin domain service and domain model + tests * PM-33353 - PasswordPrelogin - add barrel file * PM-33353 - PasswordPreloginData - fromResponse - add validateKdfConfigForPrelogin so domain model is always valid. * PM-33353 - Register PasswordPreloginApiService and PasswordPreloginService. * PM-33353 - LoginComponent - wire up PasswordPreloginService * PM-33353 - LoginStrategy updates - (1) Remove all password prelogin code from top level strategy service (2) Inject new PasswordPreloginService for use in the PasswordLoginStrategy. * PM-33353 - Update Password Prelogin tests to use defaults * PM-33353 - PasswordPreloginData model tests - update to use mins * PM-33353 - Fix login strategy tests + get TS strict warnings fixed * PM-33353 - Remove login component tests * PM-33353 - Fix CLI * PM-33353 - Password Login Strategy - add additional tests + fix misc issues + re-organized tests. * PM-33353 - LoginComp - local AI review feedback - clean up prefetchPasswordPreloginData * PM-33353 - Remove PM23801_PrefetchPasswordPrelogin feature flag * PM-33353 - DefaultPasswordPreloginService - getPreloginData$ - fix shareReplay error bug state. * PM-33353 - login-strategy.state.spec.ts - Remove incorrect todo and fix ts strict issues * PM-33353 - Per PR feedback, Update PasswordPreloginService to add a cache clear mechanism to just tightly bound the service's memory to the lifetime of the key making process |
||
|---|---|---|
| .. | ||
| .vscode | ||
| admin-console | ||
| angular | ||
| assets | ||
| auth | ||
| auto-confirm | ||
| billing | ||
| client-type | ||
| common | ||
| components | ||
| core-test-utils | ||
| dirt/card | ||
| eslint | ||
| guid | ||
| importer | ||
| key-management | ||
| key-management-ui | ||
| logging | ||
| messaging | ||
| node | ||
| nx-plugin | ||
| platform | ||
| pricing | ||
| serialization | ||
| shared | ||
| state | ||
| state-internal | ||
| state-test-utils | ||
| storage-core | ||
| storage-test-utils | ||
| subscription | ||
| tools | ||
| ui | ||
| unlock | ||
| user-core | ||
| user-crypto-management | ||
| vault | ||