Metadata-Version: 1.0
Name: silva.pas.wsgi
Version: 1.2
Summary: Reuse WSGI authentication in Silva
Home-page: https://hg.infrae.com/silva.pas.wsgi/trunk
Author: Sylvain Viollon
Author-email: info@infrae.com
License: BSD
Description: ==============
        silva.pas.wsgi
        ==============
        
        `silva.pas.wsgi` add support into Zope 2 to use WSGI authentication
        provided by `repoze.who`_ by providing a PAS plugin for it. This
        extension is used in Silva in conjunction with `silva.pas.base`_.
        
        Of course, `repoze.who`_ must be used in your WSGI stack.
        
        .. _repoze.who: http://docs.repoze.org/who/2.0/
        .. _silva.pas.base: http://infrae.com/download/silva_extensions/silva.pas.base
        
        Changes
        =======
        
        1.2 (2012-05-10)
        ----------------
        
        * Explicit call repoze.who API to challenge and forget a credential.
        
        * Patch PAS, to resize forbidden in case of non suffisant
          authentication setting: if your are authenticated and yet are not
          authorized to access the published ressource, you will get a
          forbidden error instead of a require-authorization one. This is used
          to prevent an authentication loop when used with an SSO plugin.
        
        1.1 (2012-02-23)
        ----------------
        
        * Handle case where invalid login information is given in.
        
        * Fix and improve caching.
        
        1.0 (2010-02-02)
        ----------------
        
        * Initial release.
        
        
Keywords: pas silva wsgi authentication
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
