add changes for 0.10007_01
[catagits/Catalyst-Plugin-Authentication.git] / Changes
CommitLineData
2bcde605 1Revision history for Perl extension Catalyst::Plugin::Authentication
2
0e206e4f 30.10007_01 2008-06-05
4 - Some documentation fixes (including RT #36062)
5 - Compatibility fix where the use of new style config and old
6 style Authentication::Store::Minimal would cause a crash
7 (Reported & fixed by Jos Boumans C<kane@cpan.org>)
8
aa4a1855 90.10007 2008-03-17
8a7bd676 10 - Documentation update on Password - to indicate proper field naming
11 - Decouple Authentication system from session. The realm class
12 now allows complete control over how a user is persisted across
13 requests.
5cd1efd6 14 - pod fixes (RT #36062, RT #36063)
8a7bd676 15
160.10006 2008-02-15
17 - Additional documentation for Realms
18 - Added update_user_in_session routine to allow re-saving of user data
19 into the session.
20
210.10005 2008-01-24
22 - Bugfix release - correcting 'Plugin::Authentication' configuration
23 problem.
24
a3b606d4 250.10004 2007-12-04
26 - Added some code for back-compatibility
27
97c40cf2 280.10003 2007-12-02
7d9a942a 29 - Added a "Null" store for credentials that don't require real stores.
1489b476 30 - Make realms bonafide objects
68c40c8b 31 - Added auto_update_user and auto_create_user options to the Realm object
5afc0dde 32 - Doc updates
33
34 [POSSIBLE INCOMPATIBILITIES]
35 - authenticate() in credentials are now passed a realm object instead of
36 a store object. A realm object still implements find_user() so unless
37 you're doing something special you won't notice the difference.
7d9a942a 38
541696be 390.10002 2007-07-22
40 - $user->store() should NOT be set by C::P::Auth - if it's needed - it
41 should be set by whatever module creates the user. We use realm for
42 saving into the session.
43
440.10001 2007-07-17
45 - updated tests
46
96c91d39 470.10000 2007-07-11
48 - Minor updates to work better with compatibility mode
49 - Producion release
f35dde03 50 - switch to Module::Install
51
520.09999_01 2007-02-21
937d5ab9 53 - major changes to the internals of the plugin, to better encapsulate
54 credentials and stores.
55 - introduction of 'realms' concept, allowing multiple different
56 pairs of credential and store in a single application.
e8919861 57
f35dde03 580.09 2006-08-01
276b6b76 59 - be a bit more pedantic about checking values for definedness before
60 invoking methods on them
61
f35dde03 620.08 2006-07-29
a3bf437a 63 - factor test applications out to files due to changes in Catalyst::Test
c97ddac2 64 - don't load session at prepare time unless necessary
a3bf437a 65
96306701 660.07 2006-03-17 17:33:12
81a407cb 67 - allow base64 hashed passwords
68
96306701 690.06 2006-03-14 19:23:50
a77682d1 70 - pass extra get_user args to store so they can be made use of
71
96306701 720.05 2006-01-01 13:58:00
a5961476 73 - Add debugging to Credential::Password
74 - Important doc fixes
75
b30a889b 760.04
77 - With User::Hash and Store::Minimal together session will store
78 userid, not actual user object
79
2bcde605 800.03 2005-12-03 18:00:00
81 - Added user_exists method.
82
830.02 2005-11-29 11:39:00
e09a839c 84 - Fixed a typo (PLugin instead of Plugin) that caused user objects
85 to not be restored from the session properly. Modified test suite
86 to actually test for this case.
87
2bcde605 880.01 2005-11-27 02:30:00
89 - Initial release.