software-opal / py-fido

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 `

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:Python 93.1%Language:JavaScript 6.9%