Mark Story
|
b76f8f8832
|
Merge pull request #260 from tPl0ch/2.1-authenticate
Added 'recursive' settings option to BaseAuthenticate and BasicAuthenticate
|
2012-01-12 18:53:19 -08:00 |
|
Kyle Robinson Young
|
8197f87dbc
|
Spelling and grammar fixes
|
2011-12-01 21:58:09 -08:00 |
|
Thomas Ploch
|
521dff8468
|
Added 'recursive' settings option to BaseAuthenticate and BasicAuthenticate to have a bit more fine grained control in custom Authenticate objects.
|
2011-10-19 17:54:08 +02:00 |
|
mark_story
|
7cabb4e4d5
|
Extracting password hashing into as separate method.
This makes is much easier for a subclass to only change how passwords
are hashed.
|
2011-09-21 07:38:22 -04:00 |
|
Juan Basso
|
16ef234180
|
Removing trailing spaces.
|
2011-08-15 23:55:08 -04:00 |
|
Jose Lorenzo Rodriguez
|
cfd2d9e00b
|
Updating all @package annotations in doc blocks
|
2011-07-26 01:46:14 -04:30 |
|
mark_story
|
71933f5cf5
|
Adding a logout callback to authenticate objects.
Adding tests for the callback.
Adding doc blocks for the new callback.
Fixes #1758
|
2011-07-03 12:53:21 -04:00 |
|
Juan Basso
|
192812ee7f
|
Updating the copyright to 2011.
|
2011-05-30 22:32:43 -04:00 |
|
Jose Lorenzo Rodriguez
|
f1e2f5e949
|
Starting to migrate AuthComponent to the new class loader
|
2011-03-05 17:40:42 -04:30 |
|
Jose Lorenzo Rodriguez
|
82834f2ec0
|
Moving Auth related classes to the new structure
|
2011-03-01 23:38:39 -04:30 |
|