[commits] Horde branch master updated. d24993756c3cc44ec605adb79cca737537b2fe15

Michael M Slusarz slusarz at horde.org
Wed Jul 22 17:44:17 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 25ad669914c9be547ddb967015c75bc0f8da8c8e

d249937... Add Horde_Auth_Application callback feature.

-----------------------------------------------------------------------

commit d24993756c3cc44ec605adb79cca737537b2fe15
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 22 11:41:45 2009 -0600

    Add Horde_Auth_Application callback feature.
    
    Using application auth, especially if using application auth as horde
    auth, there was previously a severe limitation in that the application
    only had a limited environment when doing the auth.  This makes sense
    because, since no user was yet logged in, there was no way to init
    things such as prefs.  Best (only?) solution is to understand that
    application auth only has limited environment and should be used to do
    the minimum necessary to verify authentication only.  Login tasks and
    the like need a full environment, so add a authentication callback hook
    that will re-call the application after a full environment can be setup.

 framework/Auth/lib/Horde/Auth/Application.php |   55 +++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Application.php?rt=horde-git&r1=f4b1b562dd940d27a96acb18f54730d513233960&r2=d24993756c3cc44ec605adb79cca737537b2fe15




More information about the commits mailing list