Have anyone encountered the following issue when c...
# talk-kratos
f
Have anyone encountered the following issue when creating webauthn credentials in Electron app? 🥺
Copy code
Public-key credentials are only available to HTTPS origin or HTTP origins that fall under 'localhost'. See <https://crbug.com/824383>
p
Hi @User WebAuth can only be used with HTTPS when using a domain. I haven't worked with electron before, but I would imagine it should support HTTPS since it's technically just a browser. Maybe in this instance it is serving the page from a non-https address?
👍 1