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