Page MenuHomePhabricator

[web] implementing getting inbound user keys in `IdentityServiceClient`
ClosedPublic

Authored by kamil on Feb 19 2024, 7:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 5:12 PM
Unknown Object (File)
Oct 23 2024, 7:24 PM
Unknown Object (File)
Oct 23 2024, 7:24 PM
Unknown Object (File)
Oct 23 2024, 7:24 PM
Unknown Object (File)
Oct 23 2024, 7:21 PM
Unknown Object (File)
Oct 18 2024, 7:39 AM
Unknown Object (File)
Oct 10 2024, 5:56 AM
Unknown Object (File)
Oct 10 2024, 4:11 AM
Subscribers

Details

Summary

Call RPC to get the keys of all devices of a given user. In case of inbound session we know the device(s)ID so it's more convenient to return object than array.

Depends on D11106

Test Plan

Call method and log result

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Feb 19 2024, 9:35 AM
tomek added inline comments.
web/grpc/identity-service-client-wrapper.js
284–288 ↗(On Diff #37324)

Can we also validate username and walletAddress?

This revision is now accepted and ready to land.Feb 21 2024, 1:52 AM
This revision was landed with ongoing or failed builds.Feb 23 2024, 1:32 AM
This revision was automatically updated to reflect the committed changes.