Metadata-Version: 1.1
Name: factored
Version: 4.0.5
Summary: A WSGI app that allows you to add another factor of authentication to any application server.
Home-page: https://github.com/wildcardcorp/factored
Author: Nathan Van Gheem
Author-email: vangheem@gmail.com
License: GPL2
Description: Introduction
        ============
        Factored is a comprehensive 2-factor authentication system that works with any web technology. It intercepts the web request and makes sure the user does not see anything unless they first authenticate, seamless to any webapplication. It is compatible with NGINX, Apache Traffic Server and any app that uses LUA or WSGI.
        
        `Read the docs <https://factored.readthedocs.org/en/latest/>`_
        
        Credit
        ------
        For implementation, customizations or the factored manager product that centralizes factored configuration, please contact us at https://wildcardcorp.com
        info@wildcardcorp.com 
        715.869.3440
        
        
        .. image:: https://www.wildcardcorp.com/logo.png
           :height: 50
           :width: 382
           :alt: Original work by wildcardcorp.com
           :align: right
           
        
        
        Changelog
        =========
        
        4.0.4 (2016-01-27)
        ------------------
        
        - be able to set valid message ids
        
        4.0.3 (2015-06-08)
        ------------------
        
        - use waitress in examples instead
        
        4.0.2 (2015-05-18)
        ------------------
        
        - use form text overrides properly
        
        4.0.1 (2015-04-23)
        ------------------
        
        - pyramid 1.5 compatibility
        
        4.0a3 (2014-12-11)
        ------------------
        
        - fix template customization registration
        
        - add factored header
        
        - upgrade bootstrap
        
        - be able to plug in different db backends
        
        
        3.0.5 (2014-09-10)
        ------------------
        
        - fix bad packaging
        
        
        3.0.4 (2014-09-10)
        ------------------
        
        - do not require specific version of sqlalchemy
        
        
        3.0.3 (2014-04-18)
        ------------------
        
        - url decode for web server plugins to properly check auth tkt
        
        3.0.2 (2014-04-18)
        ------------------
        
        - better error handling for web server plugins
        
        3.0.1 (2014-04-17)
        ------------------
        
        - distribution fixes
        
        3.0 (2014-04-17)
        ----------------
        
        - better docs
        - change script names
        - ats and nginx plugins
        
        
        2.2 (2014-04-16)
        ----------------
        
        - move all form logic to plugin so everything can be overridden
        
        2.1 (2013-06-04)
        ----------------
        
        - script and template fixes
        
        2.0rc1 (2013-01-31)
        -------------------
        
        - more robust multi-use environment with database connections
        
        - support more algorythms for auth ticket
        
        - refactor so it's more modular
        
        - be able to easily customize all templates
        
        - be able to customize text
        
        - pull out auth_tkt module of paste so we can customize a bit
        
        1.1a2 (2012-03-26)
        ------------------
        
        - specify appname to customize google auth code entry.
        
        - redirect to original url if possible
        
        - be able to provide "remember me" functionality
        
        
        1.1a1 (2012-03-26)
        ------------------
        
        - add auto user finder support
        
        - add ability to send google code reminders. This
          can work well with the autouserfinder
        
        
        1.0a1 (2012-03-23)
        ------------------
        
        - Initial release
        
Keywords: mutli factor authentication 2factor mutl-factor auth auth_tkt google otp
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
