Page MenuHomePhabricator

[identity] register start
ClosedPublic

Authored by varun on Apr 19 2023, 12:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 7:40 PM
Unknown Object (File)
Thu, Mar 28, 7:38 PM
Unknown Object (File)
Mar 18 2024, 9:34 PM
Unknown Object (File)
Mar 12 2024, 5:25 PM
Unknown Object (File)
Mar 7 2024, 7:01 AM
Unknown Object (File)
Mar 7 2024, 5:56 AM
Unknown Object (File)
Mar 7 2024, 5:25 AM
Unknown Object (File)
Mar 7 2024, 5:24 AM
Subscribers

Details

Summary

implement the RegisterPasswordUserStart RPC

If this RPC is successful, we cache the state for 10 seconds while we wait
for the

Depends on D7532

Test Plan

tested with RegisterPasswordUserFinish RPC in subsequent diff

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Apr 19 2023, 1:09 PM
Harbormaster failed remote builds in B18533: Diff 25397!
Harbormaster returned this revision to the author for changes because remote builds failed.Apr 19 2023, 1:51 PM
Harbormaster failed remote builds in B18544: Diff 25408!
Harbormaster returned this revision to the author for changes because remote builds failed.Apr 19 2023, 2:29 PM
Harbormaster failed remote builds in B18549: Diff 25414!

forgot to check in Cargo.lock files

varun requested review of this revision.Apr 19 2023, 2:57 PM
jon added inline comments.
services/identity/src/client_service.rs
42 ↗(On Diff #25424)

This is really similar to OPAQUE's usage of registration structs, but means something else. Can we rename this to something like UserDeviceInfo or UserRegistrationInfo

This revision now requires changes to proceed.Apr 20 2023, 10:49 AM
This revision is now accepted and ready to land.Apr 20 2023, 2:54 PM
This revision was automatically updated to reflect the committed changes.