Fix a load of the documentation up. Fix overriding HTTP auth relam in the ->authentic...
[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
6
490754a8 71.002 2008-09-03
8 - Fix the assumptions that the password field is named password when doing
9 digest auth.
10
111.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
181.000 2008-09-01
513d8ab6 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
260.11 2008-07-12
5b51e987 27 - Changed cache modules used in the tests to not be deprecated.
6afc3665 28 - Fix RT#31036, and comply with RFC2617 Section 1.2.
5b51e987 29
826670f9 300.10 2007-04-26
31 - switch to Module::Install
32
330.09 2006-12-31
34 - clean up tests
35 - clean up docs
36 - add body to 401 status
37
380.08 2006-10-12
2d4d6aac 39 - Fix basic test when using Test::MockObject 1.07 (die if using undefined
40 interfaces)
4e8cbd42 41
826670f9 420.07 2006-09-12
e9684b75 43 - Applied Ton Voon's patch that fixed option propagation for basic auth.
44
826670f9 450.06 2006-09-07
e9684b75 46 - Refactored internals into smaller methods