Skip to content

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

License

Notifications You must be signed in to change notification settings

software-opal/py-fido

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages