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