» Version | » Information |
---|---|
2010-10-25 stable |
|
2010-10-25 stable |
|
2009-10-15 stable |
|
2008-04-04 stable |
|
2008-04-03 stable |
|
2007-07-02 stable |
|
2007-07-02 stable |
|
2007-06-12 stable |
|
2007-03-22 stable |
|
2007-02-12 stable |
|
2007-02-01 beta |
|
2007-01-17 beta |
|
2006-12-05 stable |
|
2006-11-09 stable |
|
2006-10-27 stable |
|
2006-10-19 stable |
|
2006-09-20 beta |
|
2006-09-10 beta |
|
2006-08-30 stable |
|
2006-08-20 stable |
|
2006-08-10 beta |
|
2006-03-02 stable |
|
2006-03-01 beta |
|
2006-02-21 beta |
|
2006-02-21 beta |
|
2006-02-14 beta |
|
2006-02-14 stable |
|
1.3.0r3 |
Easy InstallNot sure? Get more info. pear install Auth-1.3.0r3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Auth-1.3.0r3 Release date: 2004-09-20 08:02 UTC Release state: beta Release uploaded by: yavo Changelog: * Moved login screen generation code to Auth/Frontend/Html.php In the future the frontend will be configurable. * Implemented support for Challenge / Responce password authenthication have to enable advanced security $auth->setAdvancedSecurity will work only with DB container and cryptType = none|md5 * Implemented setAllowLogin to control which pages are allowed to perform login, to preservce BC. Previusly the showLogin flag was used to control this - yavo * Implmented lazy loading for the storage constructor, constructor is only created when needed to make Auth more lightweight (this might be adding a bit more overhead to login and usermanagement functions) * Removed include of PEAR, was not used anywhare in Auth.php * Created a new storage container DBLite same as DB but with the user manipulation functions removed (50% smaller) * Added a new method staticCheckAuth which can be called statically with only the auth options * Auth::importGlobalVariable method was removed and replaced by references to global variables * Removed all calls to $session[$this->_sessionName], made local reference session point to that instead * Changed call_user_func to call_user_func_array for the callbacks, to avoid using @ for passing variables by reference * Code Cleanup, removed most vi comments Dependencies:
|
2004-07-04 beta |
|
2004-06-09 beta |
|
2003-12-14 stable |
|
2003-07-28 stable |
|
2003-07-28 stable |
|
2003-02-14 stable |
|
2002-10-04 stable |
|
2002-10-03 stable |
|
2002-05-30 stable |
|
2002-02-07 stable |
|
2001-12-29 |