Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

webauthn demo storing public key credentials in a sql database

License

Notifications You must be signed in to change notification settings

0xdc/flask-fido2-credential-storage

Repository files navigation

Credential Storage

Storing FIDO2 public keys in a Flask-SQLalchemy app

Quickstart

$ pip install .
$ python -mcred_storage

Then go to https://localhost:5000/

Support

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

License

  • 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.

Documentation

About

webauthn demo storing public key credentials in a sql database

Topics

Resources

License

Stars

Watchers

Forks