Auth 0.03, user_exists and a few pod fixes
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
2005-12-03 Andy Grundman Auth 0.03, user_exists and a few pod fixes v0.03
2005-12-02 David Kamholz C::P::Authentication:
2005-11-28 Jess Robinson Update authors
2005-11-28 Jess Robinson Docs, yet again..
2005-11-28 Jess Robinson More documentation fiddling
2005-11-28 Jess Robinson Improve documentation
2005-11-28 Yuval Kogman user_exists for C::P::Authen
2005-11-28 Brian Cassidy fixed pod
2005-11-28 Yuval Kogman Version bump plus changelog for C::P::Authentication v0.02
2005-11-28 Yuval Kogman Don't try to load Want now that it's not used
2005-11-28 David Kamholz - fix catastrophic typo in Authentication.pm
2005-11-27 Yuval Kogman Boilerplate for C::P::Authentication
2005-11-27 Yuval Kogman Be extra specially lazy with $c->user if Want is available
2005-11-27 Yuval Kogman Lots of doc for C::P::Authentication
2005-11-27 Yuval Kogman Don't attempt to restore in auth_restore_user unless...
2005-11-27 Yuval Kogman Allow plugins loaded after C::P::Authentication to...
2005-11-21 Yuval Kogman Refactor Authentication + some slight doc + perltidy
2005-11-21 Yuval Kogman $c->user lazy restores from session
2005-11-21 Yuval Kogman Refactor + perltidy of Authentication
2005-11-21 Yuval Kogman Auth store registration
2005-11-08 Yuval Kogman Add some dwim to Credential::Password (arg less $c...
2005-11-07 Yuval Kogman $c->request->user --> $c->request->{user}
2005-11-07 Andy Grundman Auth: Put the user data in req->user
2005-11-07 Andy Grundman Fixed typo in Auth: supperts -> supports
2005-11-07 Yuval Kogman Support e.g. ->roles in User::Hash if set appropriately
2005-11-05 Yuval Kogman Authentication releng (version, Build.PL)
2005-11-04 Yuval Kogman Test + fixes for new auth draft
2005-11-04 Yuval Kogman updates to auth draft
2005-11-04 Yuval Kogman Initial draft of auth modules