Replies: 1 comment 3 replies
-
Hello @rersozlu, I don't 100% understand your use case but does Issue #166 sound like what you're trying to achieve? In PR #172 I updated the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Matthew and fellows, we have reached out to you via e-mail before. Wanted to move this convo to github in order to get advantage of community.
We're trying to use webauthn as a custom message signer to be used in a smart contract on Ethereum (assume that it uses r1 instead of k1).
Flow will be as followed:
problem: client does not directly signs challenge but also clientData and authorizationData. So giving signature and challenge is not enough to retrieve public key but instead we need to construct clientData from scratch.
question: are there any ways to use webauthn prompter on browser or devices to sign a custom message only without sending additional info? if not, should we consider creating clientData manually (assume that there are no libraries to use in web3) ?
Beta Was this translation helpful? Give feedback.
All reactions