Implement RegisterPasswordUserFinish RPC.
We use the cached state from RegisterPasswordUserStart to complete the
OPAQUE registration workflow, storing a password file for the user and returning
an access token and user ID
Depends on D7533
Paths
| Differential D7534 Authored by varun on Apr 19 2023, 1:06 PM.
Details
Summary Implement RegisterPasswordUserFinish RPC. We use the cached state from RegisterPasswordUserStart to complete the Depends on D7533 Test Plan called the start and finish RPCs, got back a token and id, and verified that the DDB tables were updated. also tried calling the finish RPC >10s after start and got back an error, as expected
Diff Detail
Event TimelineHerald added subscribers: atul, tomek, ashoat. · View Herald TranscriptApr 19 2023, 1:06 PM2023-04-19 13:06:29 (UTC-7) varun added a child revision: D7535: [identity] fix numbering issues in proto file.Apr 19 2023, 1:11 PM2023-04-19 13:11:34 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Apr 19 2023, 1:19 PM2023-04-19 13:19:03 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Apr 19 2023, 2:30 PM2023-04-19 14:30:53 (UTC-7) Harbormaster completed remote builds in B18583: Diff 25459.Apr 20 2023, 10:31 AM2023-04-20 10:31:01 (UTC-7) This revision is now accepted and ready to land.Apr 20 2023, 10:53 AM2023-04-20 10:53:04 (UTC-7) This revision now requires review to proceed.Apr 20 2023, 6:42 PM2023-04-20 18:42:12 (UTC-7) This revision is now accepted and ready to land.Apr 21 2023, 6:14 AM2023-04-21 06:14:46 (UTC-7) Closed by commit rCOMM3a8203179c85: [identity] register user finish (authored by varun). · Explain WhyApr 21 2023, 11:40 AM2023-04-21 11:40:35 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 25554 services/identity/src/client_service.rs
services/identity/src/constants.rs
services/identity/src/database.rs
shared/protos/identity_client.proto
|