/py-fido

A Python framework-agnostic implementation of the FIDO U2F server workflow

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Py FIDO

This library handles the registration and verification of FIDO U2F tokens. It is implemented such that the data storage component is implementer dependant.

This project targets Python 3.5 and above and takes advantage of type hinting introduced in 3.5.

Don't use this in production(yet)!

` FLASK_APP=fido_u2f.sample.flask FLASK_ENV=development flask run --cert ../server.crt --key ../server.key `