Bump versions for release
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
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