This is useful for more than the current login workflow,
refactor to separate file
In support of https://linear.app/comm/issue/ENG-4602
Depends on D8750
Paths
| Differential D8751 Authored by kamil on Aug 7 2023, 8:21 AM.
Details
Summary This is useful for more than the current login workflow, In support of https://linear.app/comm/issue/ENG-4602 Depends on D8750 Test Plan # Start localstack and rabbitmq comm-dev services start (cd services/identity && cargo run -- server) (cd services/tunnelbroker && cargo run) # If keyserver has already logged in, reset user_id entry in metadata table # This will force keyserver to re-login cd keyserver yarn dev # Assert the user is populated in MariaDB
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptAug 7 2023, 8:21 AM2023-08-07 08:21:13 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Aug 7 2023, 8:36 AM2023-08-07 08:36:35 (UTC-7) Harbormaster completed remote builds in B21852: Diff 30026.Aug 17 2023, 10:36 AM2023-08-17 10:36:03 (UTC-7) This revision is now accepted and ready to land.Aug 21 2023, 1:54 AM2023-08-21 01:54:14 (UTC-7) Harbormaster completed remote builds in B22581: Diff 31034.Sep 13 2023, 6:17 AM2023-09-13 06:17:15 (UTC-7) Closed by commit rCOMM0d30bbfc847b: [Keyserver] Refactor getOneTimeKeyValues (authored by • jon, committed by kamil). · Explain WhySep 13 2023, 6:43 AM2023-09-13 06:43:33 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 31040 keyserver/src/user/login.js
keyserver/src/utils/olm-utils.js
|