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