Django OTP U2F

https://img.shields.io/pypi/v/django-otp-u2f.svg https://travis-ci.org/ossobv/django-otp-u2f.svg Documentation Status

Django OTP plugin for U2F.

Install

pip install django-otp-u2f
INSTALLED_APPS = [
    ...
    'otp_u2f',
    ...
]