NAME
Catalyst::Plugin::Authentication::AuthTkt - shim for Apache::AuthTkt
DESCRIPTION
This module implements the Catalyst::Plugin::Authentication API for Apache::AuthTkt. See Catalyst::Plugin::Authentication::AuthTkt for complete user documentation.
METHODS
new( config, app )
Instantiate the store. config is used to set the cookie name to check in find_user().
find_user( userinfo, context )
Returns a Catalyst::Plugin::Authentication::User::AuthTkt object on success, undef on failure.
find_user() checks the context request object for a cookie named cookie_name() or a param named cookie_name(), in that order. If neither are present, or if present but invalid, find_user() returns undef.
for_session( context, user )
Implements required method for stashing user in a session.
from_session( context, frozen_user )
Implements required method for de-serializing frozen_user from a session store.
AUTHOR
Peter Karman, <karman at cpan dot org>
BUGS
Please report any bugs or feature requests to bug-catalyst-plugin-authentication-authtkt at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Plugin-Authentication-AuthTkt. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Catalyst::Plugin::Authentication::AuthTkt
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Catalyst-Plugin-Authentication-AuthTkt
CPAN Ratings
http://cpanratings.perl.org/d/Catalyst-Plugin-Authentication-AuthTkt
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Plugin-Authentication-AuthTkt
Search CPAN
http://search.cpan.org/dist/Catalyst-Plugin-Authentication-AuthTkt
ACKNOWLEDGEMENTS
The Minnesota Supercomputing Institute http://www.msi.umn.edu/
sponsored the development of this software.
COPYRIGHT & LICENSE
Copyright 2007 by the Regents of the University of Minnesota.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.