Storing FIDO2 public keys in a Flask-SQLalchemy app
$ pip install .
$ python -mcred_storage
Then go to https://localhost:5000/
FIDO U2F (CTAP1) | FIDO2 (CTAP2) | |
---|---|---|
Chrome Linux | X | X |
Firefox Linux | X | |
Yubikey Neo/4/Security Key | X | |
Yubikey 5/Security Key 2 | X | Check Firmware Version |
HyperFIDO mini | X | X |
Google Titan | X |
- MIT.
- Uses 2-clause BSD license code published by Yubico AB in some flask and frontend (html5, css, javascript) code.
- Uses MIT code published by Patrick Gansterer in cbor.js library.