Content pfp
Content
@
0 reply
0 recast
2 reactions

Varun Srinivasan pfp
Varun Srinivasan
@v
EIP to validate passkeys on-chain with a precompile: https://eips.ethereum.org/EIPS/eip-7212#motivation This would be huge for AA wallets. I'm curious if anyone has a pulse on how likely this is to pass, seems like there's usually a lot of contention around adding precompiles.
10 replies
8 recasts
50 reactions

EulerLagrange.eth pfp
EulerLagrange.eth
@eulerlagrange.eth
With largeBlob storage it’ll be possible to store any key type along with a passkey, but it can be read by the app loading it. Not as secure as the enclave, but you don’t have to precompile the P256 curve. You can use secpk1 (as some demo wallets have done)
1 reply
0 recast
0 reaction

Peter Ferguson pfp
Peter Ferguson
@peterferguson.eth
The webauthn spec doesn't specify a curve ... so if providers like browsers, apple and google build other curves into their passkey spec you don't need the large blob https://www.w3.org/TR/webauthn-2/#sctn-alg-identifier
1 reply
0 recast
0 reaction

EulerLagrange.eth pfp
EulerLagrange.eth
@eulerlagrange.eth
Using the passkey in the enclave requires a faceId for every interaction. If you’re sending a tx then it’s fine. For farcaster, if you use the delegated signer in this way you’d have to do a face id check for each like, recast etc.
1 reply
0 recast
1 reaction

Peter Ferguson pfp
Peter Ferguson
@peterferguson.eth
Seems like a draw back of the delegated signer rather than the passkey With the current crdt model that is not the case but I haven’t looked into the delegated signers spec Maybe something to think about more abstracted accounts come onchain Maybe @v can shed some light?
2 replies
0 recast
0 reaction

EulerLagrange.eth pfp
EulerLagrange.eth
@eulerlagrange.eth
The fid is registered to a account (EOA or smart contract wallet). Each fid can add delegate signer pubKey via the KeyRegistry. That delegate is used to sign messages (casts, likes etc). If you want to use a client other than Warpcast, then you’d use the fid owner to sign a tx adding the new key to the KeyRegistry.
0 reply
0 recast
0 reaction

Varun Srinivasan pfp
Varun Srinivasan
@v
The model I like is using pass keys to control the custody address, via large blob or AA wallet. The delegate signers can be treated as low security and kept wherever (encrypted in a db, in keychain etc). It's silly to put the delegate signer in a wallet or enclave the requires an auth for every cast.
2 replies
0 recast
0 reaction