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