clients/libs/common/src
Jared Snider e954621761
Auth/PM-10684 - Fix CLI asking for MP even if session key provided as command option (#10917)
* PM-10684 - ServiceContainer - Add better docs

* PM-10684 - UserAutoUnlockKeyService - setUserKeyInMemoryIfAutoUserKeySet - refactor method to return a bool instead of nothing so users can know if a user key was retrieved & set without another call.

* PM-10684 - Remove async code ( Program.ts) responsible for setting the auto user key from the session option handler (event emitter which fires when a user passes --session <sessionKey> to a command). Returning this to synchronous execution prevents a race condition between the setting of the user key and the command executing the exitIfLocked logic in the base-program which would check if the user key had been set to determine if the command should be allowed to execute or if the user was locked. When running a loop from a script, the command would often trigger the exitIfLocked before the auto user key could be set in state from the option:session session.

* PM-10684 - Clean up missed item per PR feedback
2024-09-09 10:03:30 -04:00
..
abstractions Enable event logs to show events logged by the Public API (#10660) 2024-08-27 18:21:33 -04:00
admin-console [PM-11450] Move organization-user domain to admin-console lib (#10785) 2024-09-04 18:21:26 -04:00
auth [PM-11450] Move organization-user domain to admin-console lib (#10785) 2024-09-04 18:21:26 -04:00
autofill [PM-10669] Fix inconsistencies with notification bar when saving or updating login credentials (#10617) 2024-08-27 13:31:44 -05:00
billing [AC-2568] Split billing history calls to separately call for invoices and transactions. Added paging buttons (#10697) 2024-09-09 09:39:02 -04:00
enums [PM-10418] Bugfix - Expiration date on cards does not always autofill the correct format (#10705) 2024-09-06 11:24:04 -04:00
models Remove password hint responses from API (#10523) 2024-08-23 13:51:42 -04:00
platform Auth/PM-10684 - Fix CLI asking for MP even if session key provided as command option (#10917) 2024-09-09 10:03:30 -04:00
services Enable event logs to show events logged by the Public API (#10660) 2024-08-27 18:21:33 -04:00
state-migrations Move lastSync State (#10272) 2024-08-06 15:01:42 -04:00
tools [PM-5609] passphrase settings component & services (#10535) 2024-08-28 09:26:17 -04:00
types [PM-9869] Create SendFormContainer (#10147) 2024-07-19 21:17:52 +02:00
vault [PM-11619] Replace client-side feature flag with server-side flag (#10709) 2024-09-06 09:25:15 -04:00
globals.d.ts Move to libs 2022-06-03 16:24:40 +02:00