Page MenuHomePhabricator

[identity] delete user RPC
ClosedPublic

Authored by varun on Apr 19 2023, 2:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 7:41 PM
Unknown Object (File)
Thu, Mar 28, 7:38 PM
Unknown Object (File)
Mar 12 2024, 7:21 PM
Unknown Object (File)
Mar 12 2024, 7:15 PM
Unknown Object (File)
Mar 7 2024, 7:03 AM
Unknown Object (File)
Mar 7 2024, 5:56 AM
Unknown Object (File)
Mar 7 2024, 5:22 AM
Unknown Object (File)
Mar 7 2024, 5:21 AM
Subscribers

Details

Summary

Depends on D7541

Test Plan

registered a new user, then successfully deleted it

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, 2:39 PM
Harbormaster failed remote builds in B18558: Diff 25423!
shared/protos/identity_client.proto
222–225 ↗(On Diff #25467)

Can you clarify why these are being added? Is it impossible to look up an accessToken just by itself, and we always need to include userID and deviceIDKey in order to validate it? (Guessing this is the case based on VerifyUserAccessTokenRequest)

shared/protos/identity_client.proto
222–225 ↗(On Diff #25467)

yeah in our access token table, the primary key is user ID + device ID (ed25519 signing key)

shared/protos/identity_client.proto
222–225 ↗(On Diff #25467)

Thanks!

This revision is now accepted and ready to land.Apr 24 2023, 1:08 PM
This revision was automatically updated to reflect the committed changes.