CHANGES
author Christophe de Vienne <christophe@unlish.com>
Thu, 12 Feb 2015 19:21:39 +0100
changeset 11561 25d93d14f8b6
parent 11554 5631764c51ba
child 11569 42d6d4dcd153
permissions -rw-r--r--
[auth] Use pyramid_multiauth It makes it easier to finely tune what parts of the default authentication stack we want to use or not. It also makes it possible for any cube to add its own policy in addition to the others. Related to #4985962

0.2.2 (next)
------------

-   Performance improvements

0.2.1 (2015-01-23)
------------------

-   Fix cors 'methods' and 'headers' parameters passing (:issue:`4849874`).

0.2.0 (2015-01-21)
------------------

-   Create a documentation (:issue:`4849313`)
-   Fix cors 'origin' parameter passing (:issue:`4783343`)
-   Fix configuration loading when 'cubicweb.includes' is not set
    (:issue:`4849314`)
-   Move auth-related code to :mod:`pyramid_cubicweb.auth`.
-   Add profiling tools
-   Cleanups

0.1.3 (2014-12-08)
------------------

-   Fix cookies max_age (:issue:`4731764`)

0.1.2 (2014-11-15)
------------------

-   Fix excessive rollbacks on HTTPSuccessful or HTTPRedirection
    (:issue:`4566482`)

0.1.1 (2014-11-02)
------------------

-   Have `CWUser.last_login_time` properly updated (:issue:`4549891`)

0.1.0 (2014-10-23)
------------------

Initial release

-   Provides a pyramid-based authentication and session management for a
    cubicweb instance.
-   Run a cubicweb instance as a pyramid application