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