Metadata-Version: 1.1
Name: django-session-security
Version: 1.0rc1
Summary: Let the user secure his session for usage in public computers
Home-page: https://github.com/yourlabs/django-session-expiry
Author: James Pic
Author-email: jamespic@gmail.com
License: MIT
Description: .. .. image:: https://secure.travis-ci.org/yourlabs/django-session-security.png?branch=master
        
        This app provides a mechanism to logout inactive authenticated users. An
        inactive browser should be logged out automatically if the user left his
        workstation, to protect sensitive data that may be displayed in the browser. It
        may be useful for CRMs, intranets, and such projects.
        
        For example, if the user leaves for a coffee break, this app can force logout
        after say 5 minutes of inactivity.
        
        Requirements
        ------------
        
        - Python 2.7
        - jQuery 1.7+
        - Django 1.4+
        - django.contrib.staticfiles or django-staticfiles (included in Pinax) or
          you're on your own
        
        Resources
        ---------
        
        - `Git graciously hosted
          <https://github.com/yourlabs/django-session-security/>`_ by `GitHub
          <http://github.com>`_,
        - `Documentation graciously hosted
          <http://django-session-security.rtfd.org>`_ by `RTFD
          <http://rtfd.org>`_,
        
        .. Continuous integration graciously hosted by Travis:
        .. http://travis-ci.org/yourlabs/django-session-security
        .. Package graciously hosted by PyPi:
        .. http://pypi.python.org/pypi/django-session-security/
        
Keywords: django session
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
