Details
Details
- Registered a user (Identity-auto created device list with primary device).
- Logged in with a second device (secondary device added to the list)
- Called the RPC on the secondary device
- Confirmed that CSAT as well as device keys were cleared by viewing DDB tables
- Confirmed that the device ID still exists on the device list
Also confirmed that the RPC fails:
- If the device is not on the device list
- If the device is a primary device
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/identity/src/database/device_list.rs | ||
---|---|---|
152 ↗ | (On Diff #40399) | Not necessarily, it checks if the list contains primary device with given ID. |
services/identity/src/grpc_services/authenticated.rs | ||
354–370 ↗ | (On Diff #40399) | Actually, removing CSAT should be before others. I'll reorder them. |