Metadata-Version: 1.0
Name: netsight.aspxauthplugin
Version: 1.0.3
Summary: PAS Plugin for Zope/Plone that can authenticate a user via the .NET ASPXAUTH cookie
Home-page: http://svn.plone.org/svn/collective/
Author: Matt Hamilton
Author-email: matth@netsight.co.uk
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        
        Changelog
        =========
        
        1.0.3 (2014-02-25)
        ------------------
        - Added in a 5 minute leeway on accepting the start time on tickets, to deal with clock skew
        - Refactored tests to use PloneTestCase. Mocked time so we can check timestamps on cookies
        
        1.0.2 (2013-12-10)
        ------------------
        - Read the cookie TTL from a buildout environment variable
        
        1.0.1 (2013-10-30)
        ------------------
        - Read the cookie domain from a buildout environment variable
        
        1.0 (2013-08-31)
        ----------------
        - Added an addition cookie 'username' to signal we have notified we need to create user
        - Ignore calls to updateCredentials with something not a uuid.
        - General cleanup
        
        0.9 (2013-08-16)
        ----------------
        - First release for testing
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
