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