Pour all my changes for the new auth framework on top of the module.
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Changes
CommitLineData
513d8ab6 11.000 2008-??-??
2 - Rename to remove Plugin from namespace. This is a pretty breaking change,
3 as lots of things work differently with the new auth refactor.
4 - Pull out some functionality which I think is better in other
5 modules (realms/stores). With the auth refactor, this module didn't need
6 to do so much. If anyone misses any of the functionality, please yell at
7 me and I'll put it back.
8
90.11 2008-07-12
5b51e987 10 - Changed cache modules used in the tests to not be deprecated.
6afc3665 11 - Fix RT#31036, and comply with RFC2617 Section 1.2.
5b51e987 12
826670f9 130.10 2007-04-26
14 - switch to Module::Install
15
160.09 2006-12-31
17 - clean up tests
18 - clean up docs
19 - add body to 401 status
20
210.08 2006-10-12
2d4d6aac 22 - Fix basic test when using Test::MockObject 1.07 (die if using undefined
23 interfaces)
4e8cbd42 24
826670f9 250.07 2006-09-12
e9684b75 26 - Applied Ton Voon's patch that fixed option propagation for basic auth.
27
826670f9 280.06 2006-09-07
e9684b75 29 - Refactored internals into smaller methods