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
F3112319: D6915.id23272.diff
Thu, Oct 31, 5:06 PM
F3112312: D6915.id23344.diff
Thu, Oct 31, 5:03 PM
Unknown Object (File)
Sat, Oct 26, 10:55 PM
Unknown Object (File)
Sat, Oct 26, 10:55 PM
Unknown Object (File)
Sat, Oct 26, 10:55 PM
Unknown Object (File)
Sat, Oct 26, 10:54 PM
Unknown Object (File)
Sat, Oct 26, 10:47 PM
Unknown Object (File)
Mon, Oct 21, 2:00 AM
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
Branch
arcpatch-D6822
Lint
No Lint Coverage
Unit
No Test Coverage

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