There's a few things wrong with your post off the cuff: if isuvpaa() returns false you can still use webauthn (with e.g. a phone through scanning the qr code), it just means there's no built in authenticator.
Comments
Log in with your Bluesky account to leave a comment
Also devtools does support multiple authenticators. The error you're showing happens because you stored the passkey in one authenticator, then set a different one as active.
I do wonder if we should add an option that corrupts signatures to the virtual authenticator...
Comments
I do wonder if we should add an option that corrupts signatures to the virtual authenticator...
RE: corrupt signature: that'd be a great addition, is there a way of doing it with the CDP? Not sur I got this part really.