Sami Vänttinen

Results 677 comments of Sami Vänttinen

So far I haven't found a way to use a software as an Authenticator, and I assume it will not be possible unless you have a idiot-proof way to emulate...

I already have a test branch that can intercept WebAuthn create/get on the test page. For now it doesn't do anything yet, but I'll try to improve things when I...

@darkdragon-001 Haven't had time to do it any further. Not at simple as it sounds.

@nm17 Yes. Sort of. I've tested some possibilities with this via the browser extension, but so far there are some security issues how to transfer certain messages from/to content scripts....

@rugk Sure, I can provide some details. If anyone have better ideas for the implementation, please let me know. To get the Webauthn to work, browser extension has to add...

@Ajedi32 Thanks for your comment. I had problems passing messages using `browser.runtime.sendMessage` because `browser` namespace is not defined or available in the injected script. Otherwise it would be an ideal...

@Ajedi32 Thanks. I've already looked at both solutions before and I agree with you that there's no perfect way to transfer those messages, but Custom Messages is a slightly better...

@droidmonkey At least we've made sure the newer versions will work. I'll add a section about deleting the socket to the troubleshooting guide.