Metadata-Version: 1.1
Name: microhttp_auth
Version: 0.1.3
Summary: Role based JWT stateless/ful authentication module for microhttp
Home-page: UNKNOWN
Author: Mahdi Ghanea.g
Author-email: UNKNOWN
License: MIT License
Description: microhttp-auth
        ==============
        
        .. image:: https://img.shields.io/pypi/pyversions/microhttp-auth.svg
            :target: https://pypi.python.org/pypi/microhttp-auth
        
        .. image:: https://travis-ci.org/meyt/microhttp-auth.svg?branch=master
            :target: https://travis-ci.org/meyt/microhttp-auth
        
        .. image:: https://coveralls.io/repos/github/meyt/microhttp-auth/badge.svg?branch=master
            :target: https://coveralls.io/github/meyt/microhttp-auth?branch=master
        
        Role based JWT stateless/ful authentication module for
        `microhttp <https://github.com/meyt/microhttp>`_.
        
        
        
        Install
        -------
        
        
        .. code-block:: bash
        
            pip install microhttp-auth
        
        Note: Need to setup ``redis`` database, if using stateful authenticator.
        
        
        Configuration
        -------------
        
        .. code-block:: yaml
        
            auth:
              jwt_secret_key: <SECRET_KEY>
              jwt_algorithm: # Algorithm supported by pyjwt
              redis:  # Redis configuration [optional]
                host:
                port:
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
