X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication.pm;h=3bbc9b38b69a8dfb3f7b071c353d82ebf540828b;hb=refs%2Ftags%2F0.10022;hp=f157149f720f36641fcf7c2b9775b48c35c6609c;hpb=b0d008fd92be13f565db6cbbd690007a822a5882;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index f157149..3bbc9b3 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -11,7 +11,7 @@ with 'MooseX::Emulate::Class::Accessor::Fast'; __PACKAGE__->mk_accessors(qw/_user/); -our $VERSION = "0.10020"; +our $VERSION = "0.10022"; sub set_authenticated { my ( $c, $user, $realmname ) = @_; @@ -482,8 +482,7 @@ __END__ =head1 NAME -Catalyst::Plugin::Authentication - Infrastructure plugin for the Catalyst -authentication framework. +Catalyst::Plugin::Authentication - Infrastructure plugin for the Catalyst authentication framework. =head1 SYNOPSIS @@ -864,8 +863,8 @@ default realm is checked. Returns the currently logged in user, or undef if there is none. Normally the user is re-retrieved from the store. -For L the user is re-restored -using the primary key of the user table. +For L the user is re-restored +using the primary key of the user table. Thus B can throw an error even though B returned true. @@ -1112,34 +1111,50 @@ Register stores into the application. =head2 $c->get_user( ) -=head1 AUTHORS +=head1 SUPPORT + +Please use the rt.cpan.org bug tracker, and git patches are wecome. + +Questions on usage should be directed to the Catalyst mailing list +or the #catalyst irc channel. -Yuval Kogman, C +=head1 AUTHORS -Jay Kuri, C +Yuval Kogman, C - original author -Jess Robinson +Jay Kuri, C - Large rewrite -David Kamholz +=head1 PRIMARY MAINTAINER Tomas Doran (t0m), C -kmx +=head1 ADDITIONAL CONTRIBUTORS + +=over -Nigel Metheringham +=item Jess Robinson -Florian Ragwitz C +=item David Kamholz -Stephan Jauernick C +=item kmx -Oskari Ojala (Okko), C +=item Nigel Metheringham -John Napiorkowski (jnap) C +=item Florian Ragwitz C + +=item Stephan Jauernick C + +=item Oskari Ojala (Okko), C + +=item John Napiorkowski (jnap) C + +=back =head1 COPYRIGHT & LICENSE Copyright (c) 2005 - 2012 -the Catalyst::Plugin::Authentication L +the Catalyst::Plugin::Authentication L, +L and L as listed above. This program is free software; you can redistribute