-
- Downloads
added webauthn support
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.
Showing
- README.md 1 addition, 0 deletionsREADME.md
- uffd/mfa/models.py 23 additions, 1 deletionuffd/mfa/models.py
- uffd/mfa/templates/auth.html 67 additions, 1 deletionuffd/mfa/templates/auth.html
- uffd/mfa/templates/setup.html 11 additions, 2 deletionsuffd/mfa/templates/setup.html
- uffd/mfa/templates/setup_webauthn.html 65 additions, 0 deletionsuffd/mfa/templates/setup_webauthn.html
- uffd/mfa/views.py 106 additions, 6 deletionsuffd/mfa/views.py
- uffd/static/cbor.js 406 additions, 0 deletionsuffd/static/cbor.js
Loading
Please register or sign in to comment