Replies: 2 comments 11 replies
-
@TimDaub We currently don't support passkey wallet. Apologies if this doesn't solve your issue, but let me know if you've got any other question 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any way I can add a custom wallet button that does an action onClick? I‘ve looked into this, but the wallet connector modules are designed too descriptively, I would have preferred if they were react components, one could insert as children and define functionality. There also doesn‘t seem any other possibility to manipulate the open modal but to define a disclaimer. I‘m using 1.x |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
with Kiwi News, we're storing a user's temporary upvoting and link submission key in localstorage. But now we're planning to back it up e.g. in iCloud using Passkey's largeBlob.
So e.g. there is now a process to get your key stored in iCloud, in our settings, and technically in the future, it should then be possible to click 'Connect Wallet', but then directly select one of the public keys from iCloud and read the largeBlob to re-instantiate the private key.
So it'd be nice if I could provide an extra wallet option where I can define for myself what shall happen when the user clicks that option. In my case, I'd want to call the navigator.credential API, get the largeBlob, store it in localstorage and then close the connect wallet modal successfully again.
Beta Was this translation helpful? Give feedback.
All reactions