Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Metamask Mobile #433

Closed
IgorShadurin opened this issue Aug 4, 2023 · 3 comments
Closed

Add support for Metamask Mobile #433

IgorShadurin opened this issue Aug 4, 2023 · 3 comments
Assignees

Comments

@IgorShadurin
Copy link
Collaborator

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:

  • Login with wallets that are not connected to the site.
  • Login with wallets that are already connected to the site.
  • Login in incognito mode.
  • Testing in mobile browsers with the same cases.
  • Test login with QR code.
  • Test across different browsers.
@IgorShadurin IgorShadurin self-assigned this Aug 4, 2023
@tfius
Copy link
Collaborator

tfius commented Aug 4, 2023

How much effort would this require ?

@IgorShadurin
Copy link
Collaborator Author

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
Copy link
Collaborator Author

#443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants