Details
Details
- Mocked AUTHORITATIVE_KEYSERVER_OWNER_USER_ID to be my user ID.
- Logged in a keyserver
- On a mobile device, performed primary device logout.
- Verified that keyserver wasn't logged out, DDB contains unsigned device list, and backup was removed
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/identity/src/grpc_services/authenticated.rs | ||
---|---|---|
482–485 ↗ | (On Diff #46571) | probably doesn't matter in our use case but I would call this if this is AUTHORITATIVE_KEYSERVER_OWNER_USER_ID and has a keyserver on the device list |
services/identity/src/grpc_services/authenticated.rs | ||
---|---|---|
482–485 ↗ | (On Diff #46571) | I tried to ensure one logout method runs consistently for the same user. If the user is an authoritative keyserver owner, v1 logout should always be expected. |