UsageΒΆ

To use Django OTP U2F in a project:

INSTALLED_APPS = [
    ...
    'otp_u2f',
    ...
]