Implementation of the login_user RPC. Most of the logic is in the subroutines for starting and finishing login.
We track the number of messages received to make sure the client is not misusing the stream.
Depends on D4351
Differential D4352
[services][identity] PAKE login varun on Jun 24 2022, 6:36 AM. Authored by Tags None Referenced Files
Details
Implementation of the login_user RPC. Most of the logic is in the subroutines for starting and finishing login. We track the number of messages received to make sure the client is not misusing the stream. Depends on D4351 Called login_user RPC, tested all failure paths and the success case
Diff Detail
Event TimelineComment Actions The indentation here is quite extreme - could you find a way to reduce it? Restructure the code, create separate functions, etc.
|