duo-labs / py_webauthn

Pythonic WebAuthn 🐍
https://duo-labs.github.io/py_webauthn
BSD 3-Clause "New" or "Revised" License
856 stars 171 forks source link

User registration fails in latest Firefox #45

Closed andrewkrug closed 5 years ago

andrewkrug commented 5 years ago

Registration fails in demo for user in Firefox 67.0.4 with:

Error creating credential: DOMException: "The operation is insecure." webauthn.js:64:24
    didClickRegister https://127.0.0.1:5000/static/js/webauthn.js:64
andrewkrug commented 5 years ago

Reported in error to be a Firefox problem. This was me just not doing a good job following instructions.

Navigating to https://127.0.0.1:5000 vs https://localhost:5000