Metadata-Version: 1.0
Name: ore.tokenauth
Version: 0.3.4
Summary: A secure session authentication scheme based on signed tokens.
Home-page: http://svn.objectrealms.net/view/public/browser/ore.tokenauth/trunk
Author: Kapil Thangavelu
Author-email: kapil.foss@gmail.com
License: GPL
Description: This is an accessory to an underlying auth mechanism to provide for sessions. Its main purpose
        is to avoid the need to pass credentials each request, in addition to avoiding the need
        for passing credentials each request or utilizing a server side session.
        
        This implementation is based off plone.session by wichert akkerman.
        
Keywords: zope authentication
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Framework :: Zope3
