fairDataSociety / fairdrive-theapp

The main app to browse Fairdrive.
GNU General Public License v3.0
21 stars 7 forks source link

Add support for Metamask Mobile #433

Closed IgorShadurin closed 1 year ago

IgorShadurin commented 1 year ago

Currently, our implementation only supports login with the Metamask Chrome extension. To broaden our user base and improve user experience, I propose implementing support for Metamask Mobile.

This will involve integrating the Metamask SDK into our app, which will provide additional authentication options such as using a mobile device or a PC without a Chrome extension but using a QR code, among other features.

This feature will need thorough testing across various scenarios and environments. Here are some test cases to consider:

tfius commented 1 year ago

How much effort would this require ?

IgorShadurin commented 1 year ago

I'm trying to do this. At first glance, everything seems simple, but in fact, there are problems in some cases with the mobile version. I'm trying out different approaches.

IgorShadurin commented 1 year ago

https://github.com/fairDataSociety/fairdrive-theapp/pull/443