7f9af0e6006113a34f5f421b3e0aa9547dd9e704
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Changes
1 1.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
6    - Added an example of calling methods in the credential module from a 
7      controller to the POD.
8
9 1.002  2008-09-03
10    - Fix the assumptions that the password field is named password when doing 
11      digest auth.
12
13 1.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
20 1.000  2008-09-01
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
28 0.11  2008-07-12
29     - Changed cache modules used in the tests to not be deprecated.
30     - Fix RT#31036, and comply with RFC2617 Section 1.2.
31
32 0.10  2007-04-26
33     - switch to Module::Install
34
35 0.09  2006-12-31
36     - clean up tests
37     - clean up docs
38     - add body to 401 status
39
40 0.08  2006-10-12
41     - Fix basic test when using Test::MockObject 1.07 (die if using undefined
42       interfaces)
43
44 0.07  2006-09-12
45     - Applied Ton Voon's patch that fixed option propagation for basic auth.
46
47 0.06  2006-09-07
48     - Refactored internals into smaller methods