AlphaWallet / alpha-wallet-ios

An advanced Ethereum/EVM mobile wallet
https://www.alphawallet.com
MIT License
587 stars 361 forks source link

Figure out Login with Unstoppable Domains #3723

Open hboon opened 2 years ago

hboon commented 2 years ago

Figure out what it is and how it works and let's see if/how we can integrate.

Description https://unstoppabledomains.com/blog/introducing-login-with-unstoppable

Login integration guide https://docs.unstoppabledomains.com/login-with-unstoppable/login-integration-guides

hboon commented 2 years ago

@oa-s any luck with this?

oa-s commented 2 years ago

For now i focused on other high priority tasks, and here we got less information we can use for developing. There is only guide for desktop implementation, that isn't really informative (for me).

hieronymus4826 commented 2 years ago

For now i focused on other high priority tasks, and here we got less information we can use for developing. There is only guide for desktop implementation, that isn't really informative (for me).

Hey! Just wanted to check what exactly are the blockers, so I can follow up with them and hopefully get a more meaningful guide.

oa-s commented 2 years ago

The blocker is that we don't have no description of its implementation (i api calls) there is only library built with node js, (not really familiar how to make the same for ios)

oa-s commented 2 years ago

asked guys to provide any details of implementation information, but received node js tutorial

oa-s commented 2 years ago

i received this info https://docs.unstoppabledomains.com/login-with-unstoppable/developer-integration

hieronymus4826 commented 2 years ago

asked guys to provide any details of implementation information, but received node js tutorial

Thanks for the update! Just to make sure I understand correctly:

For us to proceed we need API, because the wallet is not built on JS and a simple Nodejs library doesn't help us at all.

oa-s commented 2 years ago

it could be greate to get detailed documentation of its implementation, including api calls. so yes, i am not really familiar with node js, can't convert it to native (Swift) variant of implementation