Friendlier UI for requestSignPayload
See original GitHub issueI am trying to authenticate users for a backend API using Beacon SDK. From what I found out, the only way to do this is to use requestSignPayload()
in taquito. My problem is that Kukai wallet shows a very scary UI and even asks for the account password when doing this. It’s so scary that I believe no user would ever log in like this, thus basically making this feature unusable.
Temple, Air Gap and Spire does not make such “danger zone” warnings, they just ask for confirmation.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
User Friendly UI designs, themes, templates and ... - Dribbble
Discover 6 User Friendly UI designs on Dribbble. Your resource to discover and connect with designers worldwide.
Read more >Have We Taken “Friendly UI” Too Far? | Blog - Crema
Friendly UI is taking the design world by storm, resulting in playful and childlike interface designs that have been getting mixed reactions ...
Read more >User Friendly. Why UI & UX matter for TensorIoT - Medium
In this Q&A interview blog, we'll discuss UI/UX with Eleanor Meriwether, Design Practice Manager, to dig deeper into the importance of well designed...
Read more >Is UI better than UX? - WebsiteBuilderInsider.com
When it comes to designing user interfaces (UI) and user experience (UX), there is a lot of debate. Many people believe that UI...
Read more >The Difference Between UX and UI Design – A Beginner's Guide
What does a UI designer actually do? Which is better paid, UX or UI? Why did I write this article? Wrap-up and further...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks a lot for the answers, I think everything has been answered, I’m closing this issue! Keep up the good work!
I agree that it would be convenient to not prompt the user for password when signing a message. But it would require changes in our key management since we don’t store the private key unencrypted in memory. We have been conservative as a precaution against XSS attacks. It’s possible we will revise the key management after we have hardened the wallet in other ways.