Skip to content
Snippets Groups Projects
Forked from uffd / uffd
Source project has a limited visibility.
  • Julian's avatar
    642f3e2e
    added webauthn support · 642f3e2e
    Julian authored
    Code is mostly based on python-fido2's example code. Note that webauthn
    requires the website to be delivered via HTTPS. Flask's development server
    automatically sets up a self-signed ssl cert with the `ssl_context="adhoc"`
    option.
    642f3e2e
    History
    added webauthn support
    Julian authored
    Code is mostly based on python-fido2's example code. Note that webauthn
    requires the website to be delivered via HTTPS. Flask's development server
    automatically sets up a self-signed ssl cert with the `ssl_context="adhoc"`
    option.