fix Module::Install without . in @INC
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Authentication / Credential /
2018-04-11 Alexander Hartmaier Don't load password when password_type is 'none'
2013-04-11 Tomas Doran Add howto
2013-01-06 skaufman move Credential::NoPassword to new spot
2012-06-30 Tomas Doran Kill off Class::Accessor::Fast
2012-06-30 Tomas Doran Use Try::Tiny rather than eval
2012-06-30 Tomas Doran Swap tabs for space
2012-06-30 Tomas Doran Trim whitespace
2010-03-29 Florian Ragwitz Fix syntax error.
2010-03-17 Caleb Cushing Make debug message clear for users of progressive realms
2010-02-15 Jonathan Yu fix typos Debian picked up
2009-10-15 Tomas Doran Note here
2009-10-15 Tomas Doran Not needed in BEGIN
2009-10-14 Tomas Doran If this wasn't a patch in RT, I wouldn't be applying it
2009-09-08 Tomas Doran Small doc fixes
2009-08-25 Tomas Doran Change default username_field back to 'username', as...
2009-08-24 Tomas Doran Stop forcing $authinfo->{id} to be passed down to the...
2009-06-19 Tomas Doran Make Credential::Remote have a username_field config...
2009-06-06 Tomas Doran Merge kmx's remote_credential branch
2009-01-24 Tomas Doran Fix bug with cleartext password_type (bug reported...
2009-01-09 Tomas Doran POD stubs to make coverage pass
2009-01-04 Tomas Doran Chop up - move backcompat code into the ::Plugin::...
2009-01-04 Tomas Doran Back out -r 8999:8998, this breaks everything decended...
2009-01-03 Tomas Doran Unsure this is a sane renaming, but makes auth work...
2008-03-17 Jay Kuri Decoupling of Session and Auth-
2008-01-24 Jay Kuri Update to correct behavior when using the new 'Plugin...
2007-11-23 Jay Kuri Convert everything not actually a plugin to now live...