Checking in changes prior to tagging of version 1.003. Changelog diff is:
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Changes
CommitLineData
f1f73b53 11.003 2008-09-11
bf399285 2 - Add ability to override the realm name presented for authentication
05512a69 3 when calling $c->authenticate. Documentation and tests for this.
bf399285 4 - Clean up documentation of options inherited from
05512a69 5 Catalyst::Authentication::Credential::Password.
031f556c 6 - Added an example of calling methods in the credential module from a
7 controller to the POD.
05512a69 8 - Tests for the authorization_required_message configuration parameter.
9 - Document use_uri_for configuration option
f1f73b53 10 - Document domain option (passed through from $c->authenticate) and add
11 tests for this option.
bf399285 12
490754a8 131.002 2008-09-03
14 - Fix the assumptions that the password field is named password when doing
15 digest auth.
16
171.001 2008-09-02
18 - Fix some of the assumptions about the user class by inheriting from the
19 Catalyst::Authentication::Credential::Password module. This should make
20 using DBIC as a store work correctly for basic auth.
21 - Updated synopsis and todo list, this module still needs some work before
22 it's ready for prime time again..
23
241.000 2008-09-01
513d8ab6 25 - Rename to remove Plugin from namespace. This is a pretty breaking change,
26 as lots of things work differently with the new auth refactor.
27 - Pull out some functionality which I think is better in other
28 modules (realms/stores). With the auth refactor, this module didn't need
29 to do so much. If anyone misses any of the functionality, please yell at
30 me and I'll put it back.
31
320.11 2008-07-12
5b51e987 33 - Changed cache modules used in the tests to not be deprecated.
6afc3665 34 - Fix RT#31036, and comply with RFC2617 Section 1.2.
5b51e987 35
826670f9 360.10 2007-04-26
37 - switch to Module::Install
38
390.09 2006-12-31
40 - clean up tests
41 - clean up docs
42 - add body to 401 status
43
440.08 2006-10-12
2d4d6aac 45 - Fix basic test when using Test::MockObject 1.07 (die if using undefined
46 interfaces)
4e8cbd42 47
826670f9 480.07 2006-09-12
e9684b75 49 - Applied Ton Voon's patch that fixed option propagation for basic auth.
50
826670f9 510.06 2006-09-07
e9684b75 52 - Refactored internals into smaller methods