Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 770 Bytes

README.rst

File metadata and controls

37 lines (23 loc) · 770 Bytes

Django OTP U2F

Documentation Status

Django OTP plugin for U2F.

Install

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