Metadata-Version: 2.1
Name: django-otp-u2f
Version: 0.1.3
Summary: django-otp device implementation for U2F
Home-page: https://github.com/ossobv/django-otp-u2f/
Author: Harm Geerts
Author-email: hgeerts@osso.nl
License: GNU General Public License v3
Description: ==============
        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://img.shields.io/travis/Urth/django-otp-u2f.svg
                :target: https://travis-ci.org/Urth/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',
               ...
           ]
        
        
        =======
        History
        =======
        
        0.1.3 (2019-11-07)
        ------------------
        
        * Update minimum dependencies.
        * Add test for current authentication method.
        
        
        0.1.2 (2019-11-07)
        ------------------
        
        * Use package setup whilelist.
        * Add original author.
        * Remove python 2 classifiers.
        
        0.1.1 (2019-11-05)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
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 :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Requires-Python: >=3.5, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Provides-Extra: kleides-mfa
