Content pfp
Content
@
0 reply
0 recast
2 reactions

Dan Romero pfp
Dan Romero
@dwr.eth
Has anyone got this working with a seed phrase? https://github.com/w3c/webauthn/wiki/Explainer:-WebAuthn-Large-Blob-Extension
5 replies
0 recast
13 reactions

EmpiricalLagrange pfp
EmpiricalLagrange
@eulerlagrange.eth
This is pretty easy to do. I have it working, but just a single private key. Making it work for a seed phrase is trivial. https://www.loom.com/share/f43e98b6eeae4313af21d701fa3cc304 Here’s a vid of it working in Chrome and iOS
2 replies
1 recast
2 reactions

Peter Ferguson pfp
Peter Ferguson
@peterferguson.eth
This is through the navigator.credentials api in the browser right? Have you tried with the ASAuthorizationPlatformPublicKeyCredentialProvider from Apple? Seems like it isn’t possible from a native app unless you put the user into a web view and use navigator api
1 reply
0 recast
0 reaction

EmpiricalLagrange pfp
EmpiricalLagrange
@eulerlagrange.eth
Haven’t tried it yet, but I think you have to use this: https://developer.apple.com/documentation/authenticationservices/asauthorizationproviderextensionuserloginconfiguration/4168394-setcustomassertionrequestbodycla And add a extensions object for largeBlob.
1 reply
0 recast
1 reaction