Skip to content

ossobv/django-otp-u2f

Repository files navigation

Django OTP U2F

Documentation Status

Django OTP plugin for U2F.

Install

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