Bump versions for release
[catagits/Catalyst-Plugin-Authentication.git] / Changes
CommitLineData
2bcde605 1Revision history for Perl extension Catalyst::Plugin::Authentication
2
cb5d628d 30.10013 Fri Jun 19 16:08:00 BST 2009
7289cea0 4 - Add a username_field config item to ::Credential::Remote
5 (Nigel Metheringham)
9172af6d 6 - Die with a useful error message if we are about to try to restore
7 a user from a realm which does not exist. (t0m)
8
2537faeb 90.10012 Sat Jun 6 10:58:43 BST 2009
10 - Add Catalyst::Authentication::Credential::Remote which authenticates you
11 directly from environment variables passed by your web server. This
12 allows the use of SSL client certificates, NTLM, or just basic/digest
13 auth done at the web server level to be used to authenticate users
14 to your Catalyst application (kmx)
15 - Tests for this
16 - Change ->config invocations to be best practices (t0m)
0c4fbc79 17 - Note about session auto-vification even when use_session is set
18 to false (robert).
03a89311 19 - Note about how a realms key used to be needed to unconfuse people
20 running an old version, but browsing the docs on search.cpan (ruoso)
21
6405713a 220.10011 Sun Mar 8 23:32:12 GMT 2009
8f8ae3b4 23 - Update t/live_app_session.t to skip unless you have a newer, more
24 reliable version of TWMC (RT#43817)
622e71d9 25 - Change check for isa Catalyst::Plugin::Session to just check the
26 existance of a session method. (Edmund von der Burg)
8f8ae3b4 27
47cede3d 280.10010
29 - Change from NEXT to MRO::Compat
8f8ae3b4 30 - Chop a number off the versions to get back to the correct 0.10000
47cede3d 31 version scheme.
32
319ec618 330.100092_01
9c5d00f9 34 - Add hook for failing user restore.
9c469e37 35 - Add test for this.
1ae2143a 36 - Fix bug in Credential::Password with password_type: clear.
37 - Add test for this.
38 - Add mock object tests for Credential::Password with password_type:
39 clear.
40
97c84297 410.100092
42 - Release new version, no changes since dev release.
43
5d3b0def 440.10009_01
e979170b 45 - Fix POD escaping, from RT#38694 (Luke Ross)
46 - Change authentication backwards compatibility handling to not rely on
97c84297 47 Class::Data::Inheritable side effects, and so be Catalyst 5.80 safe
48 (t0m)
e979170b 49
d02b2273 500.10009 2008-11-27
51 - Including progressive realm for multiple authentication attempts
52 in a single request.
53
540.10008 2008-10-23
bf4d93a4 55 - Updating config to allow for inclusion of realm ref's in the main
56 config hash rather than in a subref called 'realms'
71f2a7df 57
bf4d93a4 580.10007 2008-08-17
59 - Update tests prereqs to include Test::Exception (RT #36339)
0e206e4f 60 - Some documentation fixes (including RT #36062)
61 - Compatibility fix where the use of new style config and old
62 style Authentication::Store::Minimal would cause a crash
63 (Reported & fixed by Jos Boumans C<kane@cpan.org>)
8a7bd676 64 - Documentation update on Password - to indicate proper field naming
65 - Decouple Authentication system from session. The realm class
66 now allows complete control over how a user is persisted across
67 requests.
5cd1efd6 68 - pod fixes (RT #36062, RT #36063)
8a7bd676 69
700.10006 2008-02-15
71 - Additional documentation for Realms
72 - Added update_user_in_session routine to allow re-saving of user data
73 into the session.
74
750.10005 2008-01-24
76 - Bugfix release - correcting 'Plugin::Authentication' configuration
77 problem.
78
a3b606d4 790.10004 2007-12-04
80 - Added some code for back-compatibility
81
97c40cf2 820.10003 2007-12-02
7d9a942a 83 - Added a "Null" store for credentials that don't require real stores.
1489b476 84 - Make realms bonafide objects
68c40c8b 85 - Added auto_update_user and auto_create_user options to the Realm object
5afc0dde 86 - Doc updates
87
88 [POSSIBLE INCOMPATIBILITIES]
89 - authenticate() in credentials are now passed a realm object instead of
90 a store object. A realm object still implements find_user() so unless
91 you're doing something special you won't notice the difference.
7d9a942a 92
541696be 930.10002 2007-07-22
94 - $user->store() should NOT be set by C::P::Auth - if it's needed - it
95 should be set by whatever module creates the user. We use realm for
96 saving into the session.
97
980.10001 2007-07-17
99 - updated tests
100
96c91d39 1010.10000 2007-07-11
102 - Minor updates to work better with compatibility mode
103 - Producion release
f35dde03 104 - switch to Module::Install
105
1060.09999_01 2007-02-21
937d5ab9 107 - major changes to the internals of the plugin, to better encapsulate
108 credentials and stores.
109 - introduction of 'realms' concept, allowing multiple different
110 pairs of credential and store in a single application.
e8919861 111
f35dde03 1120.09 2006-08-01
276b6b76 113 - be a bit more pedantic about checking values for definedness before
114 invoking methods on them
115
f35dde03 1160.08 2006-07-29
a3bf437a 117 - factor test applications out to files due to changes in Catalyst::Test
c97ddac2 118 - don't load session at prepare time unless necessary
a3bf437a 119
96306701 1200.07 2006-03-17 17:33:12
81a407cb 121 - allow base64 hashed passwords
122
96306701 1230.06 2006-03-14 19:23:50
a77682d1 124 - pass extra get_user args to store so they can be made use of
125
96306701 1260.05 2006-01-01 13:58:00
a5961476 127 - Add debugging to Credential::Password
128 - Important doc fixes
129
b30a889b 1300.04
131 - With User::Hash and Store::Minimal together session will store
132 userid, not actual user object
133
2bcde605 1340.03 2005-12-03 18:00:00
135 - Added user_exists method.
136
1370.02 2005-11-29 11:39:00
e09a839c 138 - Fixed a typo (PLugin instead of Plugin) that caused user objects
139 to not be restored from the session properly. Modified test suite
140 to actually test for this case.
141
2bcde605 1420.01 2005-11-27 02:30:00
143 - Initial release.