Metadata-Version: 2.4
Name: django-otp-u2f
Version: 0.4.0
Summary: django-otp device implementation for U2F/Webauthn
Author-email: Harm Geerts <hgeerts@osso.nl>
License: GNU General Public License v3
Project-URL: Homepage, https://github.com/ossobv/django-otp-u2f/
Keywords: django-otp,universal,2nd,factor,u2f,yubico,webauthn
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Web Environment
Classifier: Natural Language :: English
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: django-otp~=1.7.0
Requires-Dist: fido2~=2.2.1
Provides-Extra: kleides-mfa
Requires-Dist: kleides-mfa~=0.2.2; extra == "kleides-mfa"
Dynamic: license-file

==============
Django OTP U2F
==============


.. image:: https://img.shields.io/pypi/v/django-otp-u2f.svg
        :target: https://pypi.python.org/pypi/django-otp-u2f

.. image:: https://travis-ci.org/ossobv/django-otp-u2f.svg
        :target: https://travis-ci.org/ossobv/django-otp-u2f

.. image:: https://readthedocs.org/projects/django-otp-u2f/badge/?version=latest
        :target: https://django-otp-u2f.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Django OTP plugin for U2F.


* Free software: GNU General Public License v3
* Documentation: https://django-otp-u2f.readthedocs.io.

Install
-------

.. code-block::

   pip install django-otp-u2f


.. code-block::

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