Page MenuHomePhabricator

[native] call identity wallet login from ExistingEthereumAccount
ClosedPublic

Authored by varun on Feb 15 2024, 8:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 26, 4:08 PM
Unknown Object (File)
Tue, Jun 25, 2:11 AM
Unknown Object (File)
Mon, Jun 24, 4:49 PM
Unknown Object (File)
Sun, Jun 23, 10:47 PM
Unknown Object (File)
Sat, Jun 22, 2:03 PM
Unknown Object (File)
Sat, Jun 15, 3:37 PM
Unknown Object (File)
Fri, May 31, 4:49 AM
Unknown Object (File)
May 23 2024, 5:16 AM
Subscribers
None

Details

Summary

if usingCommServicesAccessToken is set, we should use identity wallet login here instead of the legacy keyserver call

Depends on D11016

Test Plan

successfully logged in to identity service from ExistingEthereumAccount. also tested that the alert displayed when identity service was down during login attempt

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun requested review of this revision.Feb 15 2024, 8:25 PM
tomek added inline comments.
native/account/registration/existing-ethereum-account.react.js
76 ↗(On Diff #37289)

Not a part of this diff, but we need to make sure that in the new flow, this gets set.

This revision is now accepted and ready to land.Feb 16 2024, 2:18 AM

Wondering about a fallback mechanism here

native/account/registration/existing-ethereum-account.react.js
76 ↗(On Diff #37289)

i think we only want to set this after we've successfully authenticated with @ashoat 's keyserver. if i'm wrong please let me know and i'll create a follow-up task

native/account/registration/existing-ethereum-account.react.js
76 ↗(On Diff #37289)

I think you're right!