Django OTP U2F Django OTP plugin for U2F. Free software: GNU General Public License v3 Documentation: https://django-otp-u2f.readthedocs.io. Install pip install django-otp-u2f INSTALLED_APPS = [ ... 'otp_u2f', ... ]