Metadata-Version: 1.0
Name: z3c.authenticator
Version: 0.5.1
Summary: IAuthentication implementation for for Zope3
Home-page: http://cheeseshop.python.org/pypi/z3c.authenticator
Author: Roger Ineichen and the Zope Community
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package provides an IAuthentication implementation for Zope3. Note that
        this implementation is independent of zope.app.authentication and it doesn't
        depend on that package. This means it doesn't even use the credential or
        authentication plugins offered from zope.app.authentication package.
        I only recommend using this package if you need to implement own authentication
        concepts and you don't like to use zope.app.authentication as dependency.
        
        
        =======
        CHANGES
        =======
        
        Version 0.5.1 (2008-04-16)
        --------------------------
        
        - Cleanup imports and adjust dependencies
        
        Version 0.5.0 (2008-04-16)
        --------------------------
        
        - Initial Release
        
Keywords: zope3 z3c json rpc tree
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
