catagits/Catalyst-Plugin-Authentication.git
2005-11-27 Yuval Kogman notes.pod is no longer necessary v0.01
2005-11-27 Yuval Kogman Boilerplate for C::P::Authentication
2005-11-27 Yuval Kogman $user->supports("foo") will also return true for User...
2005-11-27 Yuval Kogman Add small example to Store.pod
2005-11-27 Yuval Kogman Oops... Store.pod was uncommitted
2005-11-27 Yuval Kogman Defatalize $c->login when there are no params
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-26 Yuval Kogman Also check hex digests in Cred::Password
2005-11-23 Yuval Kogman eliminate a silly warning with void context and stuff
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-15 Sascha Kiefer added Crypt::SaltedHash support
2005-11-09 Yuval Kogman Can't deref an array field if it doesn't exist
2005-11-09 Yuval Kogman ACL + tests
2005-11-08 David Kamholz - $c -> $_ in Authentication::Credential::Password
2005-11-08 Yuval Kogman Add some dwim to Credential::Password (arg less $c...
2005-11-08 Yuval Kogman Test auth/session integration
2005-11-08 Yuval Kogman Unit test for Authentication::User
2005-11-07 Yuval Kogman Perltidy User/Hash.pm
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-05 Yuval Kogman Changes to Authentication to support Authentication...
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
2005-11-03 Yuval Kogman Document distinction of store plugins and store models...
2005-11-03 Yuval Kogman Authentication plugin placeholder and notes.pod