Chris McDonough
2008-03-27 e71a110eb3199877e5e0785049822e14dbe557e4
refs
0.8
author Chris McDonough <chrism@agendaless.com>
Thursday, March 27, 2008 19:42 +0100
committer Chris McDonough <chrism@agendaless.com>
Thursday, March 27, 2008 19:42 +0100
commite71a110eb3199877e5e0785049822e14dbe557e4
tree 43a399a8a0498c660d66eb8acebe5d33017d4704 tree | zip | gz
parent cbe4e32eb7bbd99703951129668c80d9f7d94572 view | diff
0.8 (2008-03-27)

- Add a RedirectingFormIdentifier plugin. This plugin is willing to
redirect to an external (or downstream application) login form to
perform identification. The external login form must post to the
"login_handler_path" of the plugin (optimally with a "came_from"
value to tell the plugin where to redirect the response to if the
authentication works properly). The "logout_handler_path" of this
plugin can be visited to perform a logout. The "came_from" value
also works there.

- Identifier plugins are now permitted to set a key in the
environment named 'repoze.who.application' on ingress (in
'identify'). If an identifier plugin does so, this application is
used instead of the "normal" downstream application. This feature
was added to more simply support the redirecting form identifier
plugin.


changed files