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