Additional documentation and tests for various small features
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Changes
CommitLineData
bf399285 11.003 2008-09-??
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
10 - Document domain option (passed through from $c->authenticate)
bf399285 11
490754a8 121.002 2008-09-03
13 - Fix the assumptions that the password field is named password when doing
14 digest auth.
15
161.001 2008-09-02
17 - Fix some of the assumptions about the user class by inheriting from the
18 Catalyst::Authentication::Credential::Password module. This should make
19 using DBIC as a store work correctly for basic auth.
20 - Updated synopsis and todo list, this module still needs some work before
21 it's ready for prime time again..
22
231.000 2008-09-01
513d8ab6 24 - Rename to remove Plugin from namespace. This is a pretty breaking change,
25 as lots of things work differently with the new auth refactor.
26 - Pull out some functionality which I think is better in other
27 modules (realms/stores). With the auth refactor, this module didn't need
28 to do so much. If anyone misses any of the functionality, please yell at
29 me and I'll put it back.
30
310.11 2008-07-12
5b51e987 32 - Changed cache modules used in the tests to not be deprecated.
6afc3665 33 - Fix RT#31036, and comply with RFC2617 Section 1.2.
5b51e987 34
826670f9 350.10 2007-04-26
36 - switch to Module::Install
37
380.09 2006-12-31
39 - clean up tests
40 - clean up docs
41 - add body to 401 status
42
430.08 2006-10-12
2d4d6aac 44 - Fix basic test when using Test::MockObject 1.07 (die if using undefined
45 interfaces)
4e8cbd42 46
826670f9 470.07 2006-09-12
e9684b75 48 - Applied Ton Voon's patch that fixed option propagation for basic auth.
49
826670f9 500.06 2006-09-07
e9684b75 51 - Refactored internals into smaller methods