Depends on D7541
Details
Details
- Reviewers
• jon bartek - Commits
- rCOMMeed2eaeb3422: [identity] delete user RPC
registered a new user, then successfully deleted it
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
shared/protos/identity_client.proto | ||
---|---|---|
222–225 | 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 | yeah in our access token table, the primary key is user ID + device ID (ed25519 signing key) |
shared/protos/identity_client.proto | ||
---|---|---|
222–225 | Thanks! |