4be501ebd0b711f8098a046d32da0e4ddcc84325
[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
7 1.002  2008-09-03
8    - Fix the assumptions that the password field is named password when doing 
9      digest auth.
10
11 1.001  2008-09-02
12    - Fix some of the assumptions about the user class by inheriting from the
13      Catalyst::Authentication::Credential::Password module. This should make
14      using DBIC as a store work correctly for basic auth.
15    - Updated synopsis and todo list, this module still needs some work before
16      it's ready for prime time again..
17
18 1.000  2008-09-01
19    - Rename to remove Plugin from namespace. This is a pretty breaking change,
20      as lots of things work differently with the new auth refactor.
21    - Pull out some functionality which I think is better in other 
22      modules (realms/stores). With the auth refactor, this module didn't need
23      to do so much. If anyone misses any of the functionality, please yell at
24      me and I'll put it back.
25
26 0.11  2008-07-12
27     - Changed cache modules used in the tests to not be deprecated.
28     - Fix RT#31036, and comply with RFC2617 Section 1.2.
29
30 0.10  2007-04-26
31     - switch to Module::Install
32
33 0.09  2006-12-31
34     - clean up tests
35     - clean up docs
36     - add body to 401 status
37
38 0.08  2006-10-12
39     - Fix basic test when using Test::MockObject 1.07 (die if using undefined
40       interfaces)
41
42 0.07  2006-09-12
43     - Applied Ton Voon's patch that fixed option propagation for basic auth.
44
45 0.06  2006-09-07
46     - Refactored internals into smaller methods