Page MenuHomePhabricator

[native] Include `signedIdentityKeysBlob` in `login`/`register`/`siwe_auth` requests
ClosedPublic

Authored by atul on Feb 28 2023, 7:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 28, 9:08 AM
Unknown Object (File)
Sun, Apr 28, 9:08 AM
Unknown Object (File)
Sun, Apr 28, 9:08 AM
Unknown Object (File)
Sun, Apr 28, 9:03 AM
Unknown Object (File)
Sun, Apr 28, 8:20 AM
Unknown Object (File)
Mar 28 2024, 5:01 PM
Unknown Object (File)
Mar 28 2024, 5:01 PM
Unknown Object (File)
Mar 28 2024, 5:01 PM
Subscribers
None

Details

Summary

Modify nativeLogInExtraInfoSelector so it includes signedIdentityKeyBlob instead of primaryIdentityPublicKey.

Also some misc changes to remove old primaryIdentityPublicKey stuff and to allow signedIdentityKeyBlob in registerRequestInputValidator.

Next diff will include signedIdentityKeysBlob in createAccount and we should be good.


Depends on D6822

Test Plan

Successfully able to login, register, and SIWE. Set breakpoints and observed that signedIdentityKeysBlob was included in requests.

Login:

82d891.png (1×2 px, 464 KB)

e605e2.png (244×2 px, 77 KB)

Register:

e3b0bc.png (1×2 px, 624 KB)

SIWE:

6b2192.png (1×2 px, 576 KB)

b80b59.png (268×2 px, 94 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Feb 28 2023, 8:02 PM
atul edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Mar 1 2023, 1:43 PM