Allow validators to send challenges for webauthn #9
Replies: 2 comments 2 replies
-
This can be done using a precompile approach, EIP here: Active discussion thread w/ reference implementations here: Overall, very useful for enabling native account abstraction usecases on the C Chain (and any subnet using subnet-evm) |
Beta Was this translation helpful? Give feedback.
-
Does the "origin" in these requests have to return something specific or can it somehow be mocked? Wondering if it would be possible for people to agree on some "null" origin that could be used across all applications? Maybe that is just wishful thinking and the browser forces you to use the origin of the site you are on... |
Beta Was this translation helpful? Give feedback.
-
Context: we've seen a lot of interesting work lately around using webauthn to create crypto wallets (and embedded accounts).
One of the things holding back adoption of these approaches is that centralized servers still have to send challenges for verification. If we could bake that ability into the validators we could open new onboarding methods that would be secure, decentralized, easy to use, and eliminate a lot of the friction we see with current web3 onboarding.
Beta Was this translation helpful? Give feedback.
All reactions