Details
Details
- Reviewers
ashoat varun - Commits
- rCOMMeee910d34fc8: [protos] Add RPC to log in existing device
Only proto changes here + stub code. Everything should compile.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
shared/protos/identity_unauth.proto | ||
---|---|---|
226 ↗ | (On Diff #38524) | I think it would be helpful to rename this so it's clear what the "challenge" is. For instance, how about signed_nonce? |
shared/protos/identity_unauth.proto | ||
---|---|---|
226 ↗ | (On Diff #38524) | I followed the SecondaryDeviceKeysUploadRequest format where we call it challenge_response.
|
shared/protos/identity_unauth.proto | ||
---|---|---|
226 ↗ | (On Diff #38524) | nonce_message is basically just nonce, right? I think it would probably be good to split it for consistency... I think we'll save time in the long term by trying to finalize RPCs early instead of adding backlog tasks to change them later |
shared/protos/identity_unauth.proto | ||
---|---|---|
226 ↗ | (On Diff #38524) | I'll add a comment now and do the rename in a separate diff to both RPCs |