justinmayer / kagi

WebAuthn security keys and TOTP multi-factor authentication for Django
BSD 2-Clause "Simplified" License
91 stars 10 forks source link

Display a message if browser doesn't support WebAuthn #35

Closed Natim closed 5 years ago

Natim commented 5 years ago

Refs https://stackoverflow.com/a/55868189/186202

justinmayer commented 5 years ago

Thank you for the pointer. Based on that tip, I have a solution that seems to work well locally. Will submit a PR shortly for review.