Metadata-Version: 2.1
Name: trytonlq_authentication_totp
Version: 5.6.0
Summary: Tryton module that allows users to use time based one time passwords as an authentication method
Home-page: https://bitbucket.org/libateq/tryton-modules
Author: David Harper
Author-email: tryton@libateq.org
License: GPL-3
Project-URL: Bug Tracker, https://bitbucket.org/libateq/tryton-modules/issues
Project-URL: Source Code, https://bitbucket.org/libateq/tryton-modules
Description: Authentication TOTP Tryton Module
        #################################
        
        A module for the Tryton application platform that allows users to use time
        based one time passwords as an authentication method.
        
        .. start-of-readme-only-text
        
        Installation
        ============
        
        .. code:: python
        
            pip3 install trytonlq-authentication-totp[qrcode]
        
Keywords: tryton authentication totp one-time password two-factor 2fa mfa
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
Requires-Python: >=3.5
Provides-Extra: qrcode
