Add an example of how to call authorization_required_response (you used to just be...
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Changes
CommitLineData
bf399285 11.003 2008-09-??
2 - Add ability to override the realm name presented for authentication
3 when calling $c->authenticate. Docs and tests for this.
4 - Clean up documentation of options inherited from
5 Catalyst::Authentication::Credential::Password
031f556c 6 - Added an example of calling methods in the credential module from a
7 controller to the POD.
bf399285 8
490754a8 91.002 2008-09-03
10 - Fix the assumptions that the password field is named password when doing
11 digest auth.
12
131.001 2008-09-02
14 - Fix some of the assumptions about the user class by inheriting from the
15 Catalyst::Authentication::Credential::Password module. This should make
16 using DBIC as a store work correctly for basic auth.
17 - Updated synopsis and todo list, this module still needs some work before
18 it's ready for prime time again..
19
201.000 2008-09-01
513d8ab6 21 - Rename to remove Plugin from namespace. This is a pretty breaking change,
22 as lots of things work differently with the new auth refactor.
23 - Pull out some functionality which I think is better in other
24 modules (realms/stores). With the auth refactor, this module didn't need
25 to do so much. If anyone misses any of the functionality, please yell at
26 me and I'll put it back.
27
280.11 2008-07-12
5b51e987 29 - Changed cache modules used in the tests to not be deprecated.
6afc3665 30 - Fix RT#31036, and comply with RFC2617 Section 1.2.
5b51e987 31
826670f9 320.10 2007-04-26
33 - switch to Module::Install
34
350.09 2006-12-31
36 - clean up tests
37 - clean up docs
38 - add body to 401 status
39
400.08 2006-10-12
2d4d6aac 41 - Fix basic test when using Test::MockObject 1.07 (die if using undefined
42 interfaces)
4e8cbd42 43
826670f9 440.07 2006-09-12
e9684b75 45 - Applied Ton Voon's patch that fixed option propagation for basic auth.
46
826670f9 470.06 2006-09-07
e9684b75 48 - Refactored internals into smaller methods