Page MenuHomePhabricator

[identity] Add function to check user login flow
ClosedPublic

Authored by bartek on Dec 3 2024, 3:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 14, 6:16 PM
Unknown Object (File)
Sat, Jan 11, 10:40 PM
Unknown Object (File)
Fri, Jan 10, 3:34 AM
Unknown Object (File)
Fri, Jan 10, 1:44 AM
Unknown Object (File)
Thu, Jan 9, 8:47 PM
Unknown Object (File)
Thu, Jan 9, 7:25 AM
Unknown Object (File)
Thu, Jan 9, 7:23 AM
Unknown Object (File)
Wed, Jan 8, 5:34 AM
Subscribers

Details

Summary

Address ENG-9691.

Depends on D14072

Test Plan

Called the function manually for users with signed and unsigned device lists. Also tested in child diffs.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Dec 3 2024, 3:58 AM
bartek added inline comments.
services/identity/src/database/device_list.rs
1980–1981 ↗(On Diff #46172)

Missed the fixup commit

kamil added inline comments.
services/identity/src/database/device_list.rs
1964 ↗(On Diff #46172)

nit: IMO better

This revision is now accepted and ready to land.Dec 4 2024, 1:32 AM

Add missing changes, apply suggestion