clients/apps/cli/src
Jared Snider 8c35c781a8
Auth/PM-33353 - Password Login - refine prefetching of password prelogin data (#19510)
* 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
2026-03-24 17:11:08 -04:00
..
admin-console [PM-26485] Add member status validation to CLI confirm command (#18557) 2026-02-09 11:38:00 +00:00
auth/commands [PM-30826] Remove password change from CLI (#19157) 2026-03-20 09:07:55 -04:00
commands Update all event import statements and remove re-exporting files (#19545) 2026-03-24 16:00:39 -04:00
key-management [PM-31049] Enable unlock via SDK (#18907) 2026-03-10 11:47:04 +01:00
locales/en [PM-31731] [Defect] No error is returned when entering an invalid email + an invalid verification code (#18913) 2026-02-18 14:08:57 -08:00
models [PM-18576] Fix missing user id on remove password (#13777) 2025-05-19 08:51:46 +02:00
platform [PM-24047] Make popout windows respect vault timeout when unfocused (#19019) 2026-03-11 14:10:32 +01:00
service-container Auth/PM-33353 - Password Login - refine prefetching of password prelogin data (#19510) 2026-03-24 17:11:08 -04:00
tools [Tools] Update event-related import statements (#19548) 2026-03-14 09:11:30 +10:00
vault [PM-31406] fix: TypeScript 5.9 type compatibility fixes for vault-owned code (#19191) 2026-02-25 10:04:23 +01:00
base-program.ts [PM-31049] Enable unlock via SDK (#18907) 2026-03-10 11:47:04 +01:00
bw.ts Improve SDK direct function usage (#13353) 2025-02-26 09:08:42 +01:00
oss-serve-configurator.ts [PM-31049] Enable unlock via SDK (#18907) 2026-03-10 11:47:04 +01:00
program.ts [PM-30826] Remove password change from CLI (#19157) 2026-03-20 09:07:55 -04:00
register-oss-programs.ts [PM-30922] Client changes to encrypt send access email list (#18486) 2026-01-28 14:31:48 -07:00
serve.program.ts [BEEEP: PM-10190] Use strict TS checks in CLI service container (#10298) 2024-08-05 11:39:08 -04:00
utils.ts login and sync race condition. (#19474) 2026-03-18 16:07:52 +01:00
vault.program.ts [PM-22434] Remove CreateDefaultLocation feature flag references and definition (#18057) 2026-01-05 16:25:57 -06:00