Metadata-Version: 1.0
Name: pyramid_who
Version: 0.3
Summary: Pyramid authentication policies based on repoze.who
Home-page: http://docs.pylonshq.com
Author: Tres Seaver, Agendaless Consulting
Author-email: pylons-discuss@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``pyramid_who``
        ===============
        
        ``pyramid_who`` is an extension for the ``pyramid`` web framework, providing
        an authentication policy based on the "new" ``repoze.who`` API, as found in
        version 2.0 and greater.
        
        For more information see http://docs.pylonsproject.org/projects/pyramid_who/dev/
        
        
        ``pyramid_who`` Changelog
        =========================
        
        0.3 (2011-11-07)
        ----------------
        
        - Add tox.ini for Jenkins testing.
        
        - Added a "challenge decider" function for use by ``repoze.who`` with
          current versions of ``pyramid``, which now return "403 Forbidden" instead
          of "401 Unauthorized" on authorization failures.
        
        
        0.2 (2011-03-23)
        ----------------
        
        - Pass the identifier plugin to ``api.remember``, rather than its name,
          as required by the interface.  Fixes
          https://github.com/Pylons/pyramid_who/issues#issue/2
        
        - Fixed test of ``unauthenticated_userid``.
        
        - Fixed tests broken by ``repoze.who`` changes (relaxing exceptions to
          warnings for missing / invalid config rile).
        
        - Fixed URL to docs in README.txt.  Thanks to Łukasz Fidosz.
        
        
        0.1 (2011-02-18)
        ----------------
        
        - Add ``unauthenticated_userid`` method to whov2 authentication policy to
          appease Pyramid 1.0 IAuthenticationPolicy interface.
        
        - Add a tox.ini file for Jenkins testing.
        
        
        0.0 (2011-01-10)
        ----------------
        
        - Initial public version.
        
Keywords: web wsgi pyramid pylons repoze who authentication
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
