Document optional methods allowing auto_X_user features
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication /
2012-05-11 Tomas Doran Document optional methods allowing auto_X_user features
2011-09-30 Oskari Okko Ojala Added Catalyst::Plugin::Authentication::Credential...
2010-01-22 Florian Ragwitz Port from NEXT to C3.
2009-01-09 Tomas Doran POD stubs to make coverage pass
2009-01-04 Tomas Doran Chop up - move backcompat code into the ::Plugin::...
2008-10-26 Jay Kuri Changes to allow for dropping of the 'realms' config...
2008-08-21 Brian Cassidy pod fix
2008-05-23 Brian Cassidy pod fix (RT #36063)
2008-03-17 Jay Kuri Decoupling of Session and Auth-
2007-12-05 Jay Kuri Compatibility shims
2007-11-23 Jay Kuri Convert everything not actually a plugin to now live...
2007-11-22 Jay Kuri Changing module naming from Catalyst::Plugin::Authentic...
2007-10-26 Brian Cassidy add test::more prereq. add missing "if $c->debug"
2007-10-25 Brian Cassidy fix pod errors and add stub pod for pod_coverage
2007-10-25 Brian Cassidy add docs to realm class
2007-10-25 Brian Cassidy doc updates
2007-10-24 Brian Cassidy auto_update|create => auto_update|create_user
2007-10-24 Brian Cassidy use Null store by default
2007-10-24 Brian Cassidy changes update plus some stub docs
2007-10-09 Brian Cassidy send $res to auto_update
2007-10-09 Jay Kuri Added auto_update feature - for updating user informati...
2007-10-07 Jay Kuri Making Realm a bonafide object. No change to docs...
2007-10-05 Brian Cassidy pod updates
2007-10-05 Brian Cassidy adding a null store for typekey and openid credentials...
2007-09-14 Brian Cassidy remove she-bang lines.
2007-07-17 Matt S Trout correcting comment
2007-07-17 Matt S Trout Removing invalid reference to deprecated api $user...
2007-07-17 Matt S Trout Moving AuthRealmTestApp.pm to proper directory
2007-07-17 Matt S Trout Bug fixes and test from nilsonsfj - Cheers!
2007-07-17 Matt S Trout Adding 'None' option to password_type - allowing 'retri...
2007-07-17 Matt S Trout Added overview - to clarify how the system really works.
2007-07-17 Matt S Trout fix _auth_realms check to actually work now that we...
2007-07-17 Matt S Trout many documentation updates
2007-07-17 Matt S Trout Major modifications
2007-07-17 Matt S Trout minor updates
2007-07-17 Matt S Trout removing extra junk at the end of the doc.
2007-07-17 Matt S Trout Various minor adjustments to code and a WHOLE lot of...
2007-07-17 Matt S Trout more doc updates
2007-07-17 Matt S Trout Updating Documentation on Password
2007-07-17 Matt S Trout mostly doc fixes and a little Minimal Bug fix involving...
2007-07-17 Matt S Trout Adding Wrapper class, missed in the last one
2007-07-17 Matt S Trout Updates to authentication system. Initial import of...
2006-09-20 Yuval Kogman after the break: when overloaded objects lie about...
2006-03-16 Cory G Watson Teach Credential::Password about base64 encoded passwor...
2006-03-04 David Kamholz Authentication: modify get_user to pass on extra args...
2006-01-18 Yuval Kogman Fudge supported_features in Htpasswd::User, and fix...
2006-01-14 Yuval Kogman Frank Wiegand's debug for auth patch
2005-12-30 Yuval Kogman document the global 'login' caveat for C::P::Authentica...
2005-12-22 Yuval Kogman doc fix in C::P::Auth + debug messages in C::P::Auth...
2005-12-09 Andy Grundman dos2unix Credential::Password
2005-12-04 Jess Robinson Documentation update
2005-12-04 Yuval Kogman Fix session+user::hash
2005-12-04 Yuval Kogman User::Hash prefers id/store based serialization if...
2005-12-04 Yuval Kogman Make User::Hash->supports check less fatal
2005-12-03 Andy Grundman Auth 0.03, user_exists and a few pod fixes v0.03
2005-11-29 Jess Robinson More docs
2005-11-29 Jess Robinson Documentation improvments
2005-11-29 Jess Robinson Improved documentation
2005-11-28 Yuval Kogman Tiny example for register_auth_stores
2005-11-28 Brian Cassidy fixed pod
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 Lots of doc for C::P::Authentication
2005-11-26 Yuval Kogman Also check hex digests in Cred::Password
2005-11-21 Yuval Kogman Refactor Authentication + some slight doc + perltidy
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-07 Yuval Kogman Perltidy User/Hash.pm
2005-11-07 Yuval Kogman Support e.g. ->roles in User::Hash if set appropriately
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