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

Let user sign message directly after connect wallet and start Sign In process immediately if a specific query string param was provided #1043

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Muhammad-Altabba
Copy link

@Muhammad-Altabba Muhammad-Altabba commented Jun 23, 2024

Hello,

Some users, especially who are new to crypto, gave a feedback about getting confused because of the need to click 2 times to Sign In: The first click to Connect Wallet + Another click to Sing a Message.
Additionally, when the user follow the link from the landing page, he is still needs to click additional 2 times to finally sign in.
This small MR enhances the UX by:

  • Letting the user signs the message directly after connecting the wallet, without the need for another button click.
  • Start the Sign In process immediately, if a specific query string param was provided. So, in the landing page, the url of the app would be like: app.domain.com?sign-in-directly=true, or for short app.domain.com?sid=1, and the user would not need to press the Sign In button after he already pressed 'Lunch App' for example. In this case, the total of 3 clicks would be reduced to 1.

We plan on implementing those changes at https://highcoiny.com. And we hope it will help other service providers. So, please, try it and let us know if you have any suggestions.

Thanks,

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

Successfully merging this pull request may close these issues.

1 participant